]> git.saurik.com Git - wxWidgets.git/commitdiff
Cleaned up the server based search results page styles.
authorBryan Petty <bryan@ibaku.net>
Sat, 3 Nov 2012 18:33:02 +0000 (18:33 +0000)
committerBryan Petty <bryan@ibaku.net>
Sat, 3 Nov 2012 18:33:02 +0000 (18:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/Doxyfile
docs/doxygen/extra_stylesheet.css

index 56948da1a512b7749299646a52fdfd81e4096e99..c94e529bd58baed22f46e3b803ca20b948c482e1 100644 (file)
@@ -356,7 +356,7 @@ USE_MATHJAX            = NO
 MATHJAX_RELPATH        = http://cdn.mathjax.org/mathjax/latest
 MATHJAX_EXTENSIONS     =
 SEARCHENGINE           = YES
-SERVER_BASED_SEARCH    = NO
+SERVER_BASED_SEARCH    = YES
 
 
 #---------------------------------------------------------------------------
index b8ecca53f68397423a1343948a13dd81145b871a..2acb20158dd6f8ca622a4206b3bad75887bdd9cb 100644 (file)
@@ -15,7 +15,8 @@ html, body {
     min-height: 100%;
 }
 
-div.contents {
+div.contents, div.searchresults {
+    margin-top: 10px;
     margin-right: 12px;
     padding-bottom: 70px;
 }
@@ -31,6 +32,17 @@ div.contents {
     padding: 0.5em 1em;
 }
 
+.tabs {
+    font-size: 14px;
+}
+.tabs2, .tabs3 {
+    font-size: 12px;
+}
+
+.navpath ul {
+    font-size: 12px;
+}
+
 h1, h2, h3, h4, h5, h6 {
     color: #002D88;
     font-weight: normal;
@@ -58,6 +70,15 @@ h4 {
     margin-top: 0.5em;
 }
 
+div.headertitle h1 {
+    margin: 10px 2px;
+    border: none;
+    padding: 0;
+    width: auto;
+    color: black;
+    font-weight: bold;
+}
+
 div.toc h3 {
     font-size: 14px;
 }