diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-04-09 21:45:09 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-10 01:12:24 +0200 |
commit | 4a19c637448fa15306cda95b793fe4facdc6f964 (patch) | |
tree | 6a77dea2355cc412676fdfbfa6d5fbbd8d5f363b | |
parent | ef2d4975ae9b7572a777faea97fec4f5e5a63903 (diff) | |
download | jenkins.debian.net-4a19c637448fa15306cda95b793fe4facdc6f964.tar.xz |
reproducible: style.css: slightly adjust to render way better when the top header row spans on two lines
Thanks to Pietro Albini for the help.
-rw-r--r-- | userContent/static/style.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index 0b399490..db9e57a3 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -11,7 +11,7 @@ body { font-size: 14px; line-height: 20px; color: #333333; - padding: 0.25em 0.25em 0em 0.25em; + padding: 0; margin: 0; height: 93%; } @@ -140,9 +140,6 @@ table { table.head { width: 100%; margin: 0; - position: absolute; - top: 0px; - left: 0px; border-top: 0; border-left: 0; border-right: 0; @@ -212,7 +209,7 @@ th { } iframe#main { - margin: 2em 0 0 0; + margin: 0; width: 100%; height: 100%; border: 0; |