Skip to content

Commit

Permalink
Make code blocks looks nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffyoungs committed Aug 3, 2011
1 parent 0530d06 commit 7f839c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/stylesheets/application.css
Expand Up @@ -219,6 +219,11 @@ body {
-webkit-border-radius: 3px;
}

DIV.journal-entry-code {
border: 1px solid #999;
margin: 6px 0px;
}

#search-box input[type="search"] {
border: 1px solid #ccc;
width: 90%;
Expand Down

0 comments on commit 7f839c9

Please sign in to comment.