Skip to content

Commit

Permalink
Highlight code snippets.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhuda committed Feb 26, 2011
1 parent 0b83200 commit c64df7e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/stylesheets/overrides.style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ dd img {
background-position: -25px -25px;
overflow: visible
}

.guide tt, .guide code {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
text-shadow: #fff 1px 1px 1px;
border-radius: 5px;
background-color: rgba(0,0,0,0.05);
border: 1px solid #ddd;
padding: 1px 3px;
}

0 comments on commit c64df7e

Please sign in to comment.