Skip to content

Commit

Permalink
Give literals a light grey background
Browse files Browse the repository at this point in the history
  • Loading branch information
DasIch committed Jan 2, 2011
1 parent a4540a8 commit 9df246f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/minimalism.css_t
Expand Up @@ -89,6 +89,11 @@ em.property {
tt.literal {
font-style: italic;
font-size: 1em;
background-color: #eee;
}

a tt.literal {
text-decoration: underline;
}

tt.descclassname, tt.descname {
Expand Down

0 comments on commit 9df246f

Please sign in to comment.