summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwl <wl>2006-03-08 20:26:54 +0000
committerwl <wl>2006-03-08 20:26:54 +0000
commit3bbd98815557682f0070381e35f9ec000a982d3e (patch)
tree21f3837699868155d51d54d7a4e51e8a5babf955 /doc
parent5120368c007f9f9f257b599bb01c3b68390f8593 (diff)
downloadgroff-3bbd98815557682f0070381e35f9ec000a982d3e.tar.gz
* doc/groff.css (pre): Fix `background-color' value.
Diffstat (limited to 'doc')
-rw-r--r--doc/groff.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/groff.css b/doc/groff.css
index 5432bcdc..ea36359b 100644
--- a/doc/groff.css
+++ b/doc/groff.css
@@ -9,7 +9,7 @@ body {
}
pre {
- background-color: lightgrey;
+ background-color: #E0E0E0;
color: black;
border: thin;
border-style: solid;