diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2008-10-05 09:07:25 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2008-10-05 09:07:25 (GMT) |
commit | 2b7214abe11ecabe1030a6e757f067e6d77500e7 (patch) | |
tree | 9ff275a866b1660085cb0e638922291f5b2abd36 /src/htmlgen.cpp | |
parent | 7b38eb9f5ca2c324c76f5d3b53dedfb2bd6486a0 (diff) | |
download | Doxygen-2b7214abe11ecabe1030a6e757f067e6d77500e7.zip Doxygen-2b7214abe11ecabe1030a6e757f067e6d77500e7.tar.gz Doxygen-2b7214abe11ecabe1030a6e757f067e6d77500e7.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" |