]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
improve retirement notice and outofdate style
authorAndré Malo <nd@apache.org>
Sat, 1 Feb 2014 21:43:24 +0000 (21:43 +0000)
committerAndré Malo <nd@apache.org>
Sat, 1 Feb 2014 21:43:24 +0000 (21:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1563478 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/css/manual.css

index 68505c1e639d6de80239da3e06c27cf3d1335598..556360cea9bdcb17533b3c2f2836612f101a426d 100644 (file)
@@ -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