summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2010-04-20 13:16:52 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2010-04-20 13:16:52 (GMT)
commit600fbfb8b03442ff97f4fb94964b2e0e11d14bd4 (patch)
tree49c71941f122aaa359e110f923704942acf586f7 /src/htmlgen.cpp
parent85b3296309775195f499c1ae43ad2575379a1e55 (diff)
downloadDoxygen-600fbfb8b03442ff97f4fb94964b2e0e11d14bd4.zip
Doxygen-600fbfb8b03442ff97f4fb94964b2e0e11d14bd4.tar.gz
Doxygen-600fbfb8b03442ff97f4fb94964b2e0e11d14bd4.tar.bz2
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index 012a3e2..33f6bdc 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -579,6 +579,7 @@ static unsigned char open_a_png[81] =
static const char tabs_css[] =
".tabs, .tabs2, .tabs3 {\n"
" background-image: url('tab_b.png');\n"
+" width: 100%;\n"
" z-index: 101;\n"
" font-size: 13px;\n"
"}\n"
@@ -593,12 +594,12 @@ static const char tabs_css[] =
".tablist {\n"
" margin: 0;\n"
" padding: 0;\n"
-" display: table\n"
+" display: table;\n"
"}\n"
"\n"
".tablist li {\n"
" float: left;\n"
-" display: table-cell\n"
+" display: table-cell;\n"
" background-image: url('tab_b.png');\n"
" line-height: 36px;\n"
" list-style: none;\n"