summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-08 13:46:55 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-08 13:46:55 +0200
commit541d03d29c977e4da7cc889168262daa3157dca3 (patch)
treed4961b80d45b1691f42af884cbd02ceff895e0e4 /userContent
parent3e606ea25323c3e90543cd24005ab22f6d7b4d44 (diff)
downloadjenkins.debian.net-541d03d29c977e4da7cc889168262daa3157dca3.tar.xz
reproducible: remove vertical scroll on 'thin' screen layouts
Diffstat (limited to 'userContent')
-rw-r--r--userContent/static/style.css2
-rw-r--r--userContent/static/style_dbd.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css
index d1f2f060..900ad7a4 100644
--- a/userContent/static/style.css
+++ b/userContent/static/style.css
@@ -10,7 +10,7 @@ body {
font-size: 14px;
line-height: 20px;
color: #333333;
- padding: 0.25em 0.5em;
+ padding: 0.25em 0.25em 0em 0.25em;
margin: 0.25em 0.25em 0em 0.25em;
}
diff --git a/userContent/static/style_dbd.css b/userContent/static/style_dbd.css
index fd21fce1..7c090d76 100644
--- a/userContent/static/style_dbd.css
+++ b/userContent/static/style_dbd.css
@@ -10,7 +10,7 @@ body {
font-size: 13px;
line-height: 16px;
color: #333333;
- padding: 0.25em 0.5em;
+ padding: 0em 0.25em 0em 0.25em;
margin: 0.25em 0.25em 0em 0.25em;
}
@@ -24,7 +24,7 @@ body {
border: outset #888 1px;
background-color:rgba(0,0,0,.1);
padding: 0.5em;
- margin: 0.5em 0;
+ margin: 0.25em 0;
}
.comment {
font-style: italic;