diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-12-02 19:59:45 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-12-02 19:59:45 +0100 |
commit | 4765d61c46935bc95f8f28459004374dfa77797f (patch) | |
tree | 65e295a30463b959b6d3c50a459bfd7cb53ff6fd /lib/styles | |
parent | 0f428d7d21126098f07d9edc165485c4e46b1269 (diff) | |
download | rpg-4765d61c46935bc95f8f28459004374dfa77797f.tar.gz rpg-4765d61c46935bc95f8f28459004374dfa77797f.tar.bz2 |
minor fixes for W3C CSS validator
darcs-hash:20061202185945-7ad00-d1c8539b48c396d4d4af38c2fa6d5d799aae12b2.gz
Diffstat (limited to 'lib/styles')
-rw-r--r-- | lib/styles/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/styles/style.css b/lib/styles/style.css index 209e5654c..54012a65a 100644 --- a/lib/styles/style.css +++ b/lib/styles/style.css @@ -5,7 +5,7 @@ div.clearer { clear: both; - line-height: 0; + line-height: 0px; height: 0; overflow:hidden; } |