Skip to content

Commit

Permalink
Added a bit of styling so that elements are easier to distinguish
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund von der Burg committed Dec 25, 2012
1 parent 13aa49a commit 00ad0ef
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion public/sass/screen.scss
Expand Up @@ -23,4 +23,12 @@ strong {
} }


header { border-bottom: 1px solid #888;} header { border-bottom: 1px solid #888;}
footer { border-top: 1px solid #888;} footer { border-top: 1px solid #888;}

#search-box, #book-box {
margin: 1em;
padding: 1em;
background-color: #eee;
border-radius: 0.5em;
}

0 comments on commit 00ad0ef

Please sign in to comment.