diff options
author | Reiner Herrmann <reiner@reiner-h.de> | 2015-06-02 00:37:30 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-02 00:52:48 +0200 |
commit | 70f6c4d78706db46325f8108cdc28fc258fc3c7b (patch) | |
tree | 9e52af6da3fb6fa5689e0ded0bf395b32b677bff /userContent | |
parent | df3cc97e9c4e8e343a2985dfacfb986d0952826e (diff) | |
download | jenkins.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.css | 2 |
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%; } |