From 1f446496b8a859b8a1a41fe8698d39b3a4dd1b00 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 1 Feb 2014 21:43:24 +0000 Subject: [PATCH] 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 --- docs/manual/style/css/manual.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 -- 2.47.2