diff options
Diffstat (limited to 'userContent')
-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; |