summaryrefslogtreecommitdiff
path: root/docs/manual/style/css
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2002-11-11 03:13:54 +0000
committerAndré Malo <nd@apache.org>2002-11-11 03:13:54 +0000
commit66e5a07de6270f424ee2d9112d376b7be8f6b18a (patch)
tree84e610bb131c2a5d653508ce436952f14f38bfb4 /docs/manual/style/css
parent50994254bf8ef587c48bb86058bdea69360625f3 (diff)
downloadhttpd-66e5a07de6270f424ee2d9112d376b7be8f6b18a.tar.gz
- add a forgotten CSS rule; examples in warnings also
get a border around (and no bgcolor) - extend mod_deflate documentation (better example, notes on proxies) it still needs some fine tuning. Reviewed by: Luiz Rocha <lsdr@lsdr.net>, Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97479 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style/css')
-rw-r--r--docs/manual/style/css/manual.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css
index 366518f1bc..75d9ea0260 100644
--- a/docs/manual/style/css/manual.css
+++ b/docs/manual/style/css/manual.css
@@ -717,7 +717,8 @@ div.example {
* so simply draw a border around
* and keep it gray
*/
-div.note div.example {
+div.note div.example,
+div.warning div.example {
border: 1px solid #aaa;
background-color: transparent;
color: inherit;