summaryrefslogtreecommitdiff
path: root/htroot/env/base.css
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2012-11-07 12:23:21 +0100
committerMichael Peter Christen <mc@yacy.net>2012-11-07 12:23:21 +0100
commit29fbbb49dca50cb64c61b0dcfcf32c65eb1e85b4 (patch)
treeee7944064c7446613ed8cbdf13192a99a682a6eb /htroot/env/base.css
parent12c0db20e5a2704c0c6e1385e9e1eed93faae7fc (diff)
better colors for host browser and corrected document count
Diffstat (limited to 'htroot/env/base.css')
-rw-r--r--htroot/env/base.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css
index de6a58c77..250351014 100644
--- a/htroot/env/base.css
+++ b/htroot/env/base.css
@@ -127,19 +127,24 @@ tt, *.tt {
font-family:Courier,Terminal,sans-serif;
}
-.error {
+.commit {
font-weight:bold;
- color:red;
+ color:green;
}
-.info {
+.pending {
font-weight:bold;
color:darkblue;
}
-.commit {
+.error {
font-weight:bold;
- color:green;
+ color:red;
+}
+
+.info {
+ font-weight:bold;
+ color:olive;
}
.help {