From: g0dil Date: Tue, 12 Dec 2006 15:38:13 +0000 (+0000) Subject: Documentation: Internet Explorer fixes X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=2ef4b27e3e979160819171deebded6358a925b7d;p=senf.git Documentation: Internet Explorer fixes git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@159 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/doclib/doxy-header-overview.html b/doclib/doxy-header-overview.html index 71782a3..208a635 100644 --- a/doclib/doxy-header-overview.html +++ b/doclib/doxy-header-overview.html @@ -5,7 +5,7 @@ @@ -13,14 +13,16 @@ li.$projectname a { background-color: #EDE497; }
+ diff --git a/doclib/doxy-header.html b/doclib/doxy-header.html index c153f08..46e7b66 100644 --- a/doclib/doxy-header.html +++ b/doclib/doxy-header.html @@ -5,7 +5,7 @@ @@ -13,14 +13,16 @@ li.$projectname a { background-color: #EDE497; }
+ diff --git a/doclib/senf.css b/doclib/senf.css index 04a6259..7e2452a 100644 --- a/doclib/senf.css +++ b/doclib/senf.css @@ -36,52 +36,18 @@ body { white-space: nowrap; } -#head ul { - float: left; - margin: 10px 0 0 10px; - width: 120px; - background-color: #FDF7C3; - border: 1px solid #AF9D00; - list-style-type: none; - padding: 0; -} - -#head ul li { - display: inline; -} - -#head ul li a, #head ul li b { - padding: 2px 5px; - display: block; -} - -#head ul li b { - border-bottom: 1px solid #AF9D00; - background-color: #EDE497; - color: #726921; -} - -#head ul li a, #head ul li a:active, #head ul li a:visited { - color: #726921; - text-decoration: none; -} - -#head ul li a:hover { - background-color: #EDE497; - text-decoration: none; -} - #content { /* Non-0 top padding to fix margin inhertance from first non-float elt */ padding: 1px 10px 10px 142px; } div.tabs { + display: inline; /* IE double margin fix */ float: left; clear: left; background-color: #FDF7C3; border: 1px solid #AF9D00; - margin: 10px 0 0 -132px; + margin: 10px 0 0 -132px; width: 120px; overflow: hidden; } @@ -100,14 +66,14 @@ div.tabs ul li a { display: block; padding: 2px 5px; font-size: 13px; - font-weight: normal; color: #726921; text-decoration: none; white-space: nowrap; } -div.tabs a:visited, div.tabs a:active { +div.tabs ul li a:visited, div.tabs ul li a:active { color: #726921; + text-decoration: none; } div.tabs ul li a:hover, div.tabs ul li#current a { @@ -125,3 +91,12 @@ div.nav { margin: 0; } +div.qindex { + width: auto; + background-color: #e8eef2; + border: 1px solid #84b0c7; + text-align: center; + margin: 2px; + padding: 2px; + line-height: 140%; +}