Skip to content

Commit

Permalink
Updated css to match master
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Khan committed Aug 3, 2011
1 parent 715ca00 commit 03474f8
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions resources/base.css
Expand Up @@ -3,13 +3,32 @@ body {
font-size: 15px;
line-height: 22px;
color: #444;
margin: 0; padding: 0;
margin: 0;
padding: 0;
}
pre, code {
margin: 0; padding: 0;
code {
padding: 2px 4px;
border: 1px solid #ccc;
background: #eee;
font-size: 12px; line-height: 18px;
font-family: Menlo, Monaco, Consolas, "Lucida Console", monospace;
font-family: Monaco, Consolas, "Lucida Console", monospace;
border-radius: 2px;
}

pre {
padding: 10px;
border: 1px solid #ccc;
background: #eee;
border-radius: 4px;
}

pre code {
border: 0;
background: none;
border-radius: 0;
padding: 0;
}

a, a:visited {
color: #444;
text-decoration: none;
Expand Down

0 comments on commit 03474f8

Please sign in to comment.