From: Bryan Petty Date: Sat, 3 Nov 2012 18:33:02 +0000 (+0000) Subject: Cleaned up the server based search results page styles. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a7cb8b54224043fc3a7642a60da17f81ae51673c Cleaned up the server based search results page styles. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index 56948da1a5..c94e529bd5 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -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 #--------------------------------------------------------------------------- diff --git a/docs/doxygen/extra_stylesheet.css b/docs/doxygen/extra_stylesheet.css index b8ecca53f6..2acb20158d 100644 --- a/docs/doxygen/extra_stylesheet.css +++ b/docs/doxygen/extra_stylesheet.css @@ -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; }