diff options
author | cedricbonhomme <devnull@localhost> | 2010-02-01 12:44:22 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-02-01 12:44:22 +0100 |
commit | cea5c67ef42b612473b101e41a54adb689e4ce45 (patch) | |
tree | 5ab5e816e69cfcbf75c8c30d03ecc96a598bfc3b /css | |
parent | Added comments. Some improvements. (diff) | |
download | newspipe-cea5c67ef42b612473b101e41a54adb689e4ce45.tar.gz newspipe-cea5c67ef42b612473b101e41a54adb689e4ce45.tar.bz2 newspipe-cea5c67ef42b612473b101e41a54adb689e4ce45.zip |
Added a menu to access more faster to feeds and some improvements of the CSS.
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css index cad818f1..b1039673 100644 --- a/css/style.css +++ b/css/style.css @@ -10,10 +10,10 @@ html, body { color: black; } -body { +body { text-align: justify; font: normal .9em/1.5em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif; - overflow-y: scroll; + } code, pre { @@ -248,6 +248,8 @@ blockquote.right { .left { float: left; + position: absolute; + } .tex { |