Skip to content

Commit 0858ea6

Browse files
java style guide update: presentation
1 parent cf1841c commit 0858ea6

File tree

2 files changed

+74
-77
lines changed

2 files changed

+74
-77
lines changed

javaguide.css

+7-3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ body {
128128
margin-bottom:1em;
129129
}
130130

131+
em {
132+
font-style: italic
133+
}
134+
131135
h1,
132136
h2,
133137
h3,
@@ -402,7 +406,7 @@ ul.nolist {
402406
code,
403407
kbd,
404408
pre {
405-
color:#007000;
409+
color:#009900;
406410
}
407411

408412
kbd {
@@ -426,10 +430,10 @@ pre.prettyprint {
426430
}
427431

428432
code.bad, code.badcode {
429-
background-color:#fcc;
433+
color: magenta;
430434
}
431435
pre.bad, pre.badcode {
432-
background-color:#fcc;
436+
background-color:#ffe6d8;
433437
border-top:1px inset #a03;
434438
border-left:1px inset #a03;
435439
}

0 commit comments

Comments
 (0)