Skip to content

Commit

Permalink
java style guide update: presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 21, 2014
1 parent cf1841c commit 0858ea6
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 77 deletions.
10 changes: 7 additions & 3 deletions javaguide.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ body {
margin-bottom:1em;
}

em {
font-style: italic
}

h1,
h2,
h3,
Expand Down Expand Up @@ -402,7 +406,7 @@ ul.nolist {
code,
kbd,
pre {
color:#007000;
color:#009900;
}

kbd {
Expand All @@ -426,10 +430,10 @@ pre.prettyprint {
}

code.bad, code.badcode {
background-color:#fcc;
color: magenta;
}
pre.bad, pre.badcode {
background-color:#fcc;
background-color:#ffe6d8;
border-top:1px inset #a03;
border-left:1px inset #a03;
}
Expand Down
Loading

0 comments on commit 0858ea6

Please sign in to comment.