diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-03-28 13:38:53 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-03-28 13:38:53 (GMT) |
commit | c8be4837b6a2a96cc3e57aa941645b9dc017e8b2 (patch) | |
tree | 8e755f934e036b4b48c96948a075bf607fadc0cf /src/htmlgen.cpp | |
parent | 2fcc16df64d2af93fc0bb01617f8531116118e8d (diff) | |
download | Doxygen-c8be4837b6a2a96cc3e57aa941645b9dc017e8b2.zip Doxygen-c8be4837b6a2a96cc3e57aa941645b9dc017e8b2.tar.gz Doxygen-c8be4837b6a2a96cc3e57aa941645b9dc017e8b2.tar.bz2 |
Release-1.4.2
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r-- | src/htmlgen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp index 1bea909..a435d61 100644 --- a/src/htmlgen.cpp +++ b/src/htmlgen.cpp @@ -57,7 +57,7 @@ static const char *defaultStyleSheet = " font-size: 120%;\n" "}\n" "H3 {\n" -" font-size: 110%;\n" +" font-size: 100%;\n" "}\n" "CAPTION { font-weight: bold }\n" "DIV.qindex {\n" @@ -126,7 +126,7 @@ static const char *defaultStyleSheet = "DL.el { margin-left: -1cm }\n" ".fragment {\n" " font-family: Fixed, monospace;\n" -" font-size: 90%;\n" +" font-size: 95%;\n" "}\n" "PRE.fragment {\n" " border: 1px solid #CCCCCC;\n" |