summaryrefslogtreecommitdiffstats
path: root/userContent/static/style_dbd.css
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/static/style_dbd.css
parent3e606ea25323c3e90543cd24005ab22f6d7b4d44 (diff)
downloadjenkins.debian.net-541d03d29c977e4da7cc889168262daa3157dca3.tar.xz
reproducible: remove vertical scroll on 'thin' screen layouts
Diffstat (limited to 'userContent/static/style_dbd.css')
-rw-r--r--userContent/static/style_dbd.css4
1 files changed, 2 insertions, 2 deletions
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;