Browse Source

Additional styling

- add favicon.ico
  - add logo.png
master
jimi 13 years ago
parent
commit
eb42700b74
  1. BIN
      public/favicon.ico
  2. BIN
      public/logo.png
  3. 12
      public/styles.css
  4. 3
      views/layout.haml

BIN
public/favicon.ico

BIN
public/logo.png

After

Width: 64  |  Height: 64  |  Size: 1.6 KiB

12
public/styles.css

@ -1,3 +1,15 @@
h1.logo{
font-family: helvetica,arial,sans-serif;
font-size: 24px;
color: black;
padding: 64px 0 0;
margin: 0 auto;
text-transform: uppercase;
text-align: center;
font-weight: normal;
letter-spacing: 0.3em;
background: transparent url(/logo.png) 50% 0 no-repeat;
}
.completed{ .completed{
text-decoration: line-through; text-decoration: line-through;
} }

3
views/layout.haml

@ -3,7 +3,8 @@
%head %head
%meta(charset="utf-8") %meta(charset="utf-8")
%title Just Do It %title Just Do It
%link(rel="shortcut icon" href="/favicon.ico")
%link(rel="stylesheet" href="/styles.css") %link(rel="stylesheet" href="/styles.css")
%body %body
%h1 Just Do It
%h1.logo Just Do It
= yield = yield