diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-10-05 09:07:25 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-10-05 09:07:25 (GMT) |
commit | 3102b81d682bf0b3b4dd50148434ab8e575a3d2e (patch) | |
tree | 9ff275a866b1660085cb0e638922291f5b2abd36 /src/htmlgen.cpp | |
parent | 631bd3426f23c6a69b8a19156b25387ceba007d4 (diff) | |
download | Doxygen-3102b81d682bf0b3b4dd50148434ab8e575a3d2e.zip Doxygen-3102b81d682bf0b3b4dd50148434ab8e575a3d2e.tar.gz Doxygen-3102b81d682bf0b3b4dd50148434ab8e575a3d2e.tar.bz2 |
Release-1.5.7.1
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 5e4437a..dcb1677 100644 --- a/src/htmlgen.cpp +++ b/src/htmlgen.cpp @@ -383,7 +383,7 @@ static const char tabs_css[] = " float : left;\n" " background : url(\"tab_r.gif\") no-repeat right top;\n" " border-bottom : 1px solid #84B0C7;\n" -" font-size : x-small;\n" +" font-size : 8px;\n" " font-weight : bold;\n" " text-decoration : none;\n" "}\n" @@ -417,7 +417,7 @@ static const char tabs_css[] = "\n" "DIV.tabs TD\n" "{\n" -" font-size : x-small;\n" +" font-size : 8px;\n" " font-weight : bold;\n" " text-decoration : none;\n" "}\n" |