summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-07 17:33:21 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-07 17:33:21 +0200
commit8e41c5b7bbfb1da807253da98ee02a4db9782bad (patch)
treeb61d9ba69f77140c85af7326373e297d4cb809d9 /userContent
parentca8dbac484ef2cd34d0b5fa94d49a915badac30a (diff)
downloadjenkins.debian.net-8e41c5b7bbfb1da807253da98ee02a4db9782bad.tar.xz
reproducible: improve CSS
Diffstat (limited to 'userContent')
-rw-r--r--userContent/static/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css
index a931ed3d..d1f2f060 100644
--- a/userContent/static/style.css
+++ b/userContent/static/style.css
@@ -6,11 +6,12 @@ html {
body {
width: 99%;
- margin: 1em auto;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 20px;
color: #333333;
+ padding: 0.25em 0.5em;
+ margin: 0.25em 0.25em 0em 0.25em;
}
pre {
@@ -29,7 +30,6 @@ a:hover, a:focus {
header {
border-bottom: 1px solid #d70a53;
- margin-bottom: 1em;
}
footer {
@@ -96,7 +96,7 @@ table {
border-radius: 0.5em;
border-collapse: collapse;
box-shadow: 0 1px 3px #eee;
- margin-bottom: 1em;
+ padding: 0
}
tr:nth-child(odd) {