Skip to content

Commit

Permalink
pre styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Oct 7, 2012
1 parent 60f2e0f commit 4f8f1b8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion templates/layout.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,16 @@
color: #66b5ff;
}
code {
pre, code {
background-color: #ccc;
}
pre {
padding: 10px;
font-size: 20px;
line-height: 28px;
}
.hidden {
display: none;
}
Expand Down

0 comments on commit 4f8f1b8

Please sign in to comment.