summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2014-02-01 21:43:24 +0000
committerAndré Malo <nd@apache.org>2014-02-01 21:43:24 +0000
commit1f446496b8a859b8a1a41fe8698d39b3a4dd1b00 (patch)
tree96e53b9dbddabd6bd714f7205b01bb8a78c845f9
parent58bd7f0cfbaab9c6110d5c3384a1e978abd9374a (diff)
downloadhttpd-1f446496b8a859b8a1a41fe8698d39b3a4dd1b00.tar.gz
improve retirement notice and outofdate style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1563478 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/style/css/manual.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css
index 68505c1e63..556360cea9 100644
--- a/docs/manual/style/css/manual.css
+++ b/docs/manual/style/css/manual.css
@@ -927,12 +927,17 @@ table div.warning {
margin-right: 1em;
}
-div.outofdate {
- background-color: #ffffe0;
+div.outofdate,
+div.retired{
+ background-color: #ffffc0;
color: #036;
padding: 0.5em;
margin: 1em 2em 1em 1em;
}
+div.retired{
+ border: solid 1px #ff0000;
+ margin-left: 3em;
+}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* quotations, indented paragraphs, forms and figures