X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7054054f0e15698b4fc3c0644bb8247bcde0298..63a4b41eda9484b315e499a05aa718b113b20da1:/docs/doxygen/extra_stylesheet.css?ds=sidebyside 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; }