From 56500eac459950bda51a745b2b9b6e32fb06f676 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Fri, 16 Apr 2010 10:49:25 +0200 Subject: Minor CSS improvements. --- css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 67537a82..46264279 100755 --- a/css/style.css +++ b/css/style.css @@ -12,8 +12,7 @@ html, body { body { text-align: justify; - font: normal .8em/1.5em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif; - + font: 400 0.85em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif; } code, pre { @@ -109,6 +108,11 @@ li { a:link, a:visited { color: #003399; + text-decoration:none +} + +a:hover { + color: blue; } dt { -- cgit