diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-12-17 10:27:25 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-12-17 10:27:25 +0100 |
commit | 5c66b9e8e268fcb80488a2a6969728ab095fd434 (patch) | |
tree | e9edc0efa1011702a3852a1492e681427b31c249 /data | |
parent | dae09a1d516617e3a054cb9838d7761749d397f1 (diff) |
default.css: fix whitespaces
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data')
-rw-r--r-- | data/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/default.css b/data/default.css index 2f1340731..6111f3a4c 100644 --- a/data/default.css +++ b/data/default.css @@ -30,13 +30,13 @@ body { font-size:70%; } -.top{ +.top { background: #444; color: #fff; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; - border-bottom: 3px double gray; + border-bottom: 3px double gray; } .top a { |