diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2010-04-20 13:16:52 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2010-04-20 13:16:52 (GMT) |
commit | 368c93a05bf38e440dba3f033f6e2e1cbeb2f379 (patch) | |
tree | 49c71941f122aaa359e110f923704942acf586f7 /src | |
parent | adff8506a1c654db63ef362bbc90cddf7c156dd7 (diff) | |
download | Doxygen-368c93a05bf38e440dba3f033f6e2e1cbeb2f379.zip Doxygen-368c93a05bf38e440dba3f033f6e2e1cbeb2f379.tar.gz Doxygen-368c93a05bf38e440dba3f033f6e2e1cbeb2f379.tar.bz2 |
Diffstat (limited to 'src')
-rw-r--r-- | src/htmlgen.cpp | 5 | ||||
-rw-r--r-- | 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 |