[library-web] Hide redundant heading in Doxygen documentation
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [library-web] Hide redundant heading in Doxygen documentation
- Date: Wed, 9 Sep 2009 10:40:05 +0000 (UTC)
commit a7a961580ba22b85c834722e280549fa7428628f
Author: Daniel Elstner <danielk openismus com>
Date: Wed Sep 9 12:30:41 2009 +0200
Hide redundant heading in Doxygen documentation
* data/skin/doxygen.css: Simplify a number of selectors.
(.contents h1): Set display to none.
(.memitem): Increase horizontal margins.
(hr): Override width to 100%.
data/skin/doxygen.css | 61 ++++++++++++++++++++-----------------------------
1 files changed, 25 insertions(+), 36 deletions(-)
---
diff --git a/data/skin/doxygen.css b/data/skin/doxygen.css
index b66b309..273eece 100644
--- a/data/skin/doxygen.css
+++ b/data/skin/doxygen.css
@@ -1,4 +1,4 @@
-div.gtkmm h1.lgotitle {
+h1.lgotitle {
background: #fee;
border: 1px solid #faa;
margin: 0;
@@ -7,12 +7,12 @@ div.gtkmm h1.lgotitle {
text-align: center;
}
-div.gtkmm div.contents {
+.contents {
font-size: 90%;
line-height: 150%;
}
-div.gtkmm div.contents p, div.gtkmm div.contents dl {
+.contents p, .contents dl {
margin: 0.75em 0;
}
@@ -20,36 +20,35 @@ table {
font-size: inherit;
}
-div.gtkmm h1 {
- font-size: 150%;
- line-height: 120%;
+div.navpath, .contents h1 {
+ display: none;
}
-div.gtkmm h2 {
+.contents h2 {
font-size: 120%;
}
-div.gtkmm h3 {
+.contents h3 {
font-size: 100%;
}
-div.gtkmm div.navigation div.tabs ul {
+.navigation div.tabs ul {
padding: 0;
}
-div.gtkmm div.navigation div.tabs li {
+.navigation div.tabs li {
display: inline;
padding: 2px 5px;
background: #d8dbd5 url(shade.png) top left repeat-x;
border: 1px solid #888a85;
}
-div.gtkmm div.navigation div.tabs li.current {
+.navigation div.tabs li.current {
border: 2px solid #686a65;
padding: 1px 4px;
}
-div.gtkmm div.navigation div.tabs li.current a {
+.navigation div.tabs li.current a {
}
caption {
@@ -73,10 +72,6 @@ div.qindex {
line-height: 140%;
}
-div.navpath {
- display: none;
-}
-
div.navtab {
margin-right: 1.25em;
}
@@ -114,13 +109,7 @@ a.el {
font-weight: bold;
}
-a.elRef {
-}
-
-a.code {
-}
-
-a.codeRef {
+a.elRef, a.code, a.codeRef {
}
dl.el {
@@ -183,47 +172,47 @@ img.formulaInl {
}
span.keyword {
- color: #008000
+ color: #008000;
}
span.keywordtype {
- color: #604020
+ color: #604020;
}
span.keywordflow {
- color: #e08000
+ color: #e08000;
}
span.comment {
- color: #800000
+ color: #800000;
}
span.preprocessor {
- color: #806020
+ color: #806020;
}
span.stringliteral {
- color: #002080
+ color: #002080;
}
span.charliteral {
- color: #008080
+ color: #008080;
}
span.vhdldigit {
- color: #ff00ff
+ color: #ff00ff;
}
span.vhdlchar {
- color: #000000
+ color: #000000;
}
span.vhdlkeyword {
- color: #700070
+ color: #700070;
}
span.vhdllogic {
- color: #ff0000
+ color: #ff0000;
}
.search {
@@ -259,8 +248,8 @@ th.dirtab {
}
hr {
+ width: 100%;
height: 0;
- border: none;
border-top: 1px solid #666;
}
@@ -304,7 +293,7 @@ hr {
}
.memitem {
- margin: 0.25em 0;
+ margin: 0.5em 0;
padding: 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]