ENH: Doxygen updates

This commit is contained in:
Andrew Heather
2016-01-08 12:37:24 +00:00
parent cc7aa4993a
commit 89ac7ff40b
12 changed files with 45 additions and 26 deletions

View File

@ -86,13 +86,13 @@ div.navtab {
/* @group Link Styling */
a {
color: rgb(85,144,112);
color: #153788;
font-weight: normal;
text-decoration: none;
}
.contents a:visited {
color: rgb(85,144,112);
color: #1b77c5;
}
a:hover {
@ -546,7 +546,7 @@ table.doxtable {
}
table.doxtable td, table.doxtable th {
border: 1px solid rgb(85,144,112);
border: 1px solid #153788;
padding: 3px 7px 2px;
}