summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/htmlgen.cpp5
-rw-r--r--src/search.css2
2 files changed, 4 insertions, 3 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"
diff --git a/src/search.css b/src/search.css
index 31cfb8d..fe731e8 100644
--- a/src/search.css
+++ b/src/search.css
@@ -19,7 +19,7 @@
margin-top: 8px;
right: 0px;
width: 170px;
- z-index: 102;*/
+ z-index: 102;
}
#MSearchBox .left