diff options
| author | Rob Pike <r@golang.org> | 2009-10-05 15:17:30 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2009-10-05 15:17:30 -0700 |
| commit | 1a8141a453c6f42b3af4d1e3ec977fcc40c9d4dd (patch) | |
| tree | 28fa2fa1f8583175c98582332011738282d324ef | |
| parent | caec21dcf8031743dc8c026b32fd8910b4f26eb5 (diff) | |
| download | golang-1a8141a453c6f42b3af4d1e3ec977fcc40c9d4dd.tar.gz | |
add a little more saturation to the background of <pre> so it doesn't disappear on bright monitors.
verified as acceptable on my calibrated home monitor.
R=gri
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=35340
CL=35342
| -rw-r--r-- | doc/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index 3ac55da7a..fcbc0b3bd 100644 --- a/doc/style.css +++ b/doc/style.css @@ -43,7 +43,7 @@ h2 { pre{ font-size: 9pt; - background-color: #fafaff; + background-color: #f8f8ff; margin: 1em 0 0 0; padding: .99em; line-height: 125%; |
