diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-31 11:58:34 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-31 11:58:34 +0100 |
commit | 8faa457cd8540e5e9f1cb55dacffcaf1d0058864 (patch) | |
tree | 63cab14669bf998600f67dac25a8fff998567b2c | |
parent | 5e2cefe14897d21e6679d520e69f219ce100051b (diff) | |
download | xmobar-8faa457cd8540e5e9f1cb55dacffcaf1d0058864.tar.gz xmobar-8faa457cd8540e5e9f1cb55dacffcaf1d0058864.tar.bz2 |
css: fixed a validation error
darcs-hash:20071031105834-d6583-84cabb22ee4fe33d1a991d3b25d941a8f31ec37a.gz
-rw-r--r-- | xmobar.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ body { pre { border: 1px dotted gray; background-color: #ccffcc; - color: #1111111; + color: #111111; padding: 0.5em; } code { |