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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userContent/static/style.css') 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; } -- cgit v1.2.3-54-g00ecf