From 918c822198cea557e02d06620c9ee04705211c1b Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 3 Sep 2013 07:36:35 +0200 Subject: Removed 'overflow-x:hiden' in the CSS. --- source/static/css/style.css | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'source') diff --git a/source/static/css/style.css b/source/static/css/style.css index 86036357..9317064a 100755 --- a/source/static/css/style.css +++ b/source/static/css/style.css @@ -2,7 +2,6 @@ html, body { margin: 0px 0px 0px 5px; padding: 0px 0px 0px 0px; height: 100%; - overflow-x: hidden; background-color: white; color: black; text-align: justify; @@ -154,19 +153,6 @@ blockquote.right { margin-right: 0em; } -/* Footer (W3C logos) */ - -#w3c { - text-align: right; - padding: 0em 2em 0em 2em; - clear: both; -} - -#w3c img { - padding-left: 10px; - padding-top: 1em; -} - /* Classes */ .clear { @@ -187,7 +173,7 @@ blockquote.right { .innerlogo { margin-top: 0em; - padding: 0em 0em 0em 1em; + padding: 0em 0em 0em 0em; clear: both; } -- cgit