Commit 600fbfb8 authored by dimitri's avatar dimitri

--no commit message

--no commit message
parent 85b32963
...@@ -579,6 +579,7 @@ static unsigned char open_a_png[81] = ...@@ -579,6 +579,7 @@ static unsigned char open_a_png[81] =
static const char tabs_css[] = static const char tabs_css[] =
".tabs, .tabs2, .tabs3 {\n" ".tabs, .tabs2, .tabs3 {\n"
" background-image: url('tab_b.png');\n" " background-image: url('tab_b.png');\n"
" width: 100%;\n"
" z-index: 101;\n" " z-index: 101;\n"
" font-size: 13px;\n" " font-size: 13px;\n"
"}\n" "}\n"
...@@ -593,12 +594,12 @@ static const char tabs_css[] = ...@@ -593,12 +594,12 @@ static const char tabs_css[] =
".tablist {\n" ".tablist {\n"
" margin: 0;\n" " margin: 0;\n"
" padding: 0;\n" " padding: 0;\n"
" display: table\n" " display: table;\n"
"}\n" "}\n"
"\n" "\n"
".tablist li {\n" ".tablist li {\n"
" float: left;\n" " float: left;\n"
" display: table-cell\n" " display: table-cell;\n"
" background-image: url('tab_b.png');\n" " background-image: url('tab_b.png');\n"
" line-height: 36px;\n" " line-height: 36px;\n"
" list-style: none;\n" " list-style: none;\n"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
margin-top: 8px; margin-top: 8px;
right: 0px; right: 0px;
width: 170px; width: 170px;
z-index: 102;*/ z-index: 102;
} }
#MSearchBox .left #MSearchBox .left
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment