diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-02 01:19:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-02 01:19:23 +0200 |
commit | c3a1e4a7ec462991d2785ddb8619b9f461bfc111 (patch) | |
tree | 909fd4243602a2d5b57536e9951bf116f840263e | |
parent | 92f31b8b5e9ad845cdf4843a12df2d7742e17943 (diff) | |
download | jenkins.debian.net-c3a1e4a7ec462991d2785ddb8619b9f461bfc111.tar.xz |
reproducible: use em instead of pixels
-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 9c0d23be..5bb7ed93 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: 0px 10px 0px 10px; + padding: 0em 1em 0em 1em; margin: 0; height: 93%; } |