diff options
Diffstat (limited to 'data/default.css')
-rw-r--r-- | data/default.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/data/default.css b/data/default.css index ac65726ac..973394f23 100644 --- a/data/default.css +++ b/data/default.css @@ -4,11 +4,6 @@ html { background: #fff; } -* { - margin: 0; - padding: 0; -} - a { text-decoration: none; color: #048; @@ -23,7 +18,8 @@ img { body { color: #444; font-family: "Bitstream Vera Sans", "DejaVu Sans", Arial; - margin-top: 30px; + margin: 0; + padding: 0; } .clearer { |