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
This commit is contained in:
Bryan Petty
2012-11-03 18:33:02 +00:00
parent ce15461608
commit a7cb8b5422
2 changed files with 23 additions and 2 deletions

View File

@@ -356,7 +356,7 @@ USE_MATHJAX = NO
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
MATHJAX_EXTENSIONS = MATHJAX_EXTENSIONS =
SEARCHENGINE = YES SEARCHENGINE = YES
SERVER_BASED_SEARCH = NO SERVER_BASED_SEARCH = YES
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------

View File

@@ -15,7 +15,8 @@ html, body {
min-height: 100%; min-height: 100%;
} }
div.contents { div.contents, div.searchresults {
margin-top: 10px;
margin-right: 12px; margin-right: 12px;
padding-bottom: 70px; padding-bottom: 70px;
} }
@@ -31,6 +32,17 @@ div.contents {
padding: 0.5em 1em; padding: 0.5em 1em;
} }
.tabs {
font-size: 14px;
}
.tabs2, .tabs3 {
font-size: 12px;
}
.navpath ul {
font-size: 12px;
}
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
color: #002D88; color: #002D88;
font-weight: normal; font-weight: normal;
@@ -58,6 +70,15 @@ h4 {
margin-top: 0.5em; margin-top: 0.5em;
} }
div.headertitle h1 {
margin: 10px 2px;
border: none;
padding: 0;
width: auto;
color: black;
font-weight: bold;
}
div.toc h3 { div.toc h3 {
font-size: 14px; font-size: 14px;
} }