summaryrefslogtreecommitdiff
path: root/docs/manual/style/css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/style/css')
-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 c76fcfa0..821f97f8 100644
--- a/docs/manual/style/css/manual.css
+++ b/docs/manual/style/css/manual.css
@@ -936,12 +936,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