diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-09-03 07:36:35 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-09-03 07:36:35 +0200 |
commit | 918c822198cea557e02d06620c9ee04705211c1b (patch) | |
tree | 2ebe5ff6bcead994ee44577d943feadf8f1ccb4e /source | |
parent | Improvement: the user-agent is now set when looking for a feed (rss or atom) ... (diff) | |
download | newspipe-918c822198cea557e02d06620c9ee04705211c1b.tar.gz newspipe-918c822198cea557e02d06620c9ee04705211c1b.tar.bz2 newspipe-918c822198cea557e02d06620c9ee04705211c1b.zip |
Removed 'overflow-x:hiden' in the CSS.
Diffstat (limited to 'source')
-rwxr-xr-x | source/static/css/style.css | 16 |
1 files changed, 1 insertions, 15 deletions
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; } |