summaryrefslogtreecommitdiff
path: root/doxygen.css
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-03-28 23:20:58 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-03-30 01:44:13 -0300
commitc6099b62e8bff5d9b94778b7a01f59a7bd986706 (patch)
tree7786b49ccec0f193776a779720a3073f5a92778a /doxygen.css
parent82863d653c9e728c7aeb4a296c8d7f52d12c68c3 (diff)
doxygen.css: Make Class Index fit screen and decreased h2 font size.
Diffstat (limited to 'doxygen.css')
-rw-r--r--doxygen.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/doxygen.css b/doxygen.css
index c5a1ef9e..04977c23 100644
--- a/doxygen.css
+++ b/doxygen.css
@@ -11,7 +11,8 @@ h1 {
}
h2 {
- font-size: 120%;
+ font-size: 110%;
+ font-weight: bold;
}
h3 {
@@ -78,7 +79,6 @@ a.qindexHL {
}
a.el {
- font-weight: bold;
}
a.elRef {
@@ -98,7 +98,7 @@ dl.el {
.fragment {
font-family: monospace, fixed;
- font-size: 105%;
+ font-size: 100%;
}
pre.fragment {