summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2015-06-02 00:37:30 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-02 00:52:48 +0200
commit70f6c4d78706db46325f8108cdc28fc258fc3c7b (patch)
tree9e52af6da3fb6fa5689e0ded0bf395b32b677bff /userContent
parentdf3cc97e9c4e8e343a2985dfacfb986d0952826e (diff)
downloadjenkins.debian.net-70f6c4d78706db46325f8108cdc28fc258fc3c7b.tar.xz
reproducible: add some space to the left/right side
Diffstat (limited to 'userContent')
-rw-r--r--userContent/reproducible/static/style.css2
1 files changed, 1 insertions, 1 deletions
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%;
}