diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2010-03-28 23:20:58 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2010-03-30 01:44:13 -0300 |
commit | c6099b62e8bff5d9b94778b7a01f59a7bd986706 (patch) | |
tree | 7786b49ccec0f193776a779720a3073f5a92778a /doxygen.css | |
parent | 82863d653c9e728c7aeb4a296c8d7f52d12c68c3 (diff) |
doxygen.css: Make Class Index fit screen and decreased h2 font size.
Diffstat (limited to 'doxygen.css')
-rw-r--r-- | doxygen.css | 6 |
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 { |