Tweaks to style sheet with assistance from @ddirks

This commit is contained in:
Ward Fisher 2016-01-21 10:11:17 -07:00
parent 548e279fbe
commit 1805ef0668
2 changed files with 3 additions and 2 deletions

View File

@ -1143,7 +1143,7 @@ HTML_FOOTER = @abs_top_srcdir@/docs/footer.html
# obsolete.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_STYLESHEET = @DOXYGEN_CSS_FILE@
HTML_STYLESHEET =
# The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
# defined cascading style sheet that is included after the standard style sheets
@ -1154,7 +1154,7 @@ HTML_STYLESHEET = @DOXYGEN_CSS_FILE@
# see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET =
HTML_EXTRA_STYLESHEET = @DOXYGEN_CSS_FILE@
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
# files or namespaces will be aligned in HTML using tables. If set to

View File

@ -15,6 +15,7 @@ $treeview
$mathjax
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
$extrastylesheet
<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript">
$( document ).ready(function() {
var $searchForm = "<form name=\"google\" action=\"http://www.unidata.ucar.edu/search.jsp\" id=\"cse-search-box\">" +