summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-10-31 11:58:34 +0100
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-10-31 11:58:34 +0100
commit8faa457cd8540e5e9f1cb55dacffcaf1d0058864 (patch)
tree63cab14669bf998600f67dac25a8fff998567b2c
parent5e2cefe14897d21e6679d520e69f219ce100051b (diff)
downloadxmobar-8faa457cd8540e5e9f1cb55dacffcaf1d0058864.tar.gz
xmobar-8faa457cd8540e5e9f1cb55dacffcaf1d0058864.tar.bz2
css: fixed a validation error
darcs-hash:20071031105834-d6583-84cabb22ee4fe33d1a991d3b25d941a8f31ec37a.gz
-rw-r--r--xmobar.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.css b/xmobar.css
index 3cf46a2..ada6b3f 100644
--- a/xmobar.css
+++ b/xmobar.css
@@ -14,7 +14,7 @@ body {
pre {
border: 1px dotted gray;
background-color: #ccffcc;
- color: #1111111;
+ color: #111111;
padding: 0.5em;
}
code {