From 5c66b9e8e268fcb80488a2a6969728ab095fd434 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 17 Dec 2011 10:27:25 +0100 Subject: default.css: fix whitespaces Signed-off-by: Florian Pritz --- data/default.css | 4 ++-- 1 file 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 { -- cgit v1.2.3-24-g4f1b