From 541d03d29c977e4da7cc889168262daa3157dca3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 8 Oct 2014 13:46:55 +0200 Subject: reproducible: remove vertical scroll on 'thin' screen layouts --- userContent/static/style.css | 2 +- userContent/static/style_dbd.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/userContent/static/style.css b/userContent/static/style.css index d1f2f060..900ad7a4 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -10,7 +10,7 @@ body { font-size: 14px; line-height: 20px; color: #333333; - padding: 0.25em 0.5em; + padding: 0.25em 0.25em 0em 0.25em; margin: 0.25em 0.25em 0em 0.25em; } diff --git a/userContent/static/style_dbd.css b/userContent/static/style_dbd.css index fd21fce1..7c090d76 100644 --- a/userContent/static/style_dbd.css +++ b/userContent/static/style_dbd.css @@ -10,7 +10,7 @@ body { font-size: 13px; line-height: 16px; color: #333333; - padding: 0.25em 0.5em; + padding: 0em 0.25em 0em 0.25em; margin: 0.25em 0.25em 0em 0.25em; } @@ -24,7 +24,7 @@ body { border: outset #888 1px; background-color:rgba(0,0,0,.1); padding: 0.5em; - margin: 0.5em 0; + margin: 0.25em 0; } .comment { font-style: italic; -- cgit v1.2.3-54-g00ecf