Commit 9129a3c5 authored by Andre Malo's avatar Andre Malo
Browse files

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
parent 6ae0f0ab
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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