From 4a19c637448fa15306cda95b793fe4facdc6f964 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 9 Apr 2015 21:45:09 +0200 Subject: 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. --- userContent/static/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'userContent') 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; -- cgit v1.2.3-54-g00ecf