From cea5c67ef42b612473b101e41a54adb689e4ce45 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Mon, 1 Feb 2010 12:44:22 +0100 Subject: Added a menu to access more faster to feeds and some improvements of the CSS. --- css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'css') 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 { -- cgit