From 41e8c6b9234d3ec89a4fa9031aee1a065d6d1d92 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 28 Nov 2012 08:02:07 +0100 Subject: Some improvements to the CSS. --- source/css/style.css | 48 ++---------------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) (limited to 'source') diff --git a/source/css/style.css b/source/css/style.css index 273f9c3f..3a507f39 100755 --- a/source/css/style.css +++ b/source/css/style.css @@ -6,11 +6,8 @@ html, body { overflow-x: hidden; background-color: white; color: black; -} - -body { text-align: justify; - font: 400 0.85em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif; + font: normal small 'Gill Sans','Gill Sans MT',Verdana,sans-serif; } img { @@ -45,28 +42,6 @@ h1 a, h2 a, h3 a { text-decoration: none; } -ol.lower { - list-style-type: lower-alpha; -} - -ol.upper { - list-style-type: upper-alpha; -} - -ol.roman { - list-style-type: lower-roman; -} - -ul { - margin: 0px 0px 0px 5px; - padding: 0em; -} - -li { - margin: 0px 0px 0px 5px; - padding: 0em; -} - a:link, a:visited { color: #003399; text-decoration:none @@ -76,16 +51,6 @@ a:hover { color: blue; } -dt { - margin: 0.5em 0em 0em 0em; - padding: 0em; - font-weight: bold; -} - -dd { - margin: 0em; -} - hr { color: white; border-top: dotted black; @@ -93,15 +58,6 @@ hr { margin: 1em 0em; } - -#heading { - position: absolute; - left: 0px; - top: 0px; - width: 100%; - z-index: 1; -} - /* Navigation bars */ .nav_container { position:fixed; top:145px; right:5px; margin:0px; padding:0px; white-space:nowrap; z-index:11; clear:both;} .nav_container.horizontal { position:absolute; white-space:normal; z-index:25; width:*; } @@ -191,7 +147,7 @@ blockquote.right { .clear { font-size: 1px; - line-height: 1px; + height: 0px; clear: both; } -- cgit