From 70f6c4d78706db46325f8108cdc28fc258fc3c7b Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Tue, 2 Jun 2015 00:37:30 +0200 Subject: reproducible: add some space to the left/right side --- userContent/reproducible/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userContent/reproducible/static') diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index dd945a2c..9c0d23be 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -11,7 +11,7 @@ body { font-size: 14px; line-height: 20px; color: #333333; - padding: 0; + padding: 0px 10px 0px 10px; margin: 0; height: 93%; } -- cgit v1.2.3-54-g00ecf