From 600fbfb8b03442ff97f4fb94964b2e0e11d14bd4 Mon Sep 17 00:00:00 2001 From: dimitri Date: Tue, 20 Apr 2010 13:16:52 +0000 Subject: --- src/htmlgen.cpp | 5 +++-- src/search.css | 2 +- 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 -- cgit v0.12