summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorThorsten Wißmann <edu@thorsten-wissmann.de>2012-02-23 17:22:44 +0100
committerThorsten Wißmann <edu@thorsten-wissmann.de>2012-02-23 17:22:44 +0100
commite85cb02da14a9fe8d59860c8b2724b181ccd7b5a (patch)
treed1c50e9e49ad0241f5b7abe26d0ad6ed6f9d3d48 /www
parent83ae3b41f95384170509feda718b605200437969 (diff)
www: fix the color of warning messages
Diffstat (limited to 'www')
-rw-r--r--www/main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/main.css b/www/main.css
index daccc133..7e4bc9da 100644
--- a/www/main.css
+++ b/www/main.css
@@ -237,8 +237,12 @@ dt.hdlist1 {
border: 1px solid #a40000;
background-color: #ef2929;
padding: 1px;
+}
+
+.admonitionblock .content {
color: #eeeeec;
}
+
.admonitionblock table {
background-color: #cc0000;
width: 100%;