aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-02-01 12:44:22 +0100
committercedricbonhomme <devnull@localhost>2010-02-01 12:44:22 +0100
commitcea5c67ef42b612473b101e41a54adb689e4ce45 (patch)
tree5ab5e816e69cfcbf75c8c30d03ecc96a598bfc3b /css
parentAdded comments. Some improvements. (diff)
downloadnewspipe-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.css6
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 {
bgstack15