From: André Malo Date: Sat, 1 Feb 2014 21:43:24 +0000 (+0000) Subject: improve retirement notice and outofdate style X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f446496b8a859b8a1a41fe8698d39b3a4dd1b00;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index 68505c1e639..556360cea9b 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