ENH: Doxygen updates

This commit is contained in:
andy
2013-02-18 17:15:23 +00:00
parent 99be2d239a
commit 63cc7b534a
5 changed files with 410 additions and 148 deletions

View File

@ -12,6 +12,17 @@
list-style-type: square;
}
/* colour and underline to match OpenFOAM style */
div.title
{
text-align: center;
font-size: 150%;
color: #646464;
padding-top: 1em;
padding-bottom: 1em;
margin-bottom: 1em;
border-bottom: 7px solid #E1E1E1;
}
/* colour and underline to match OpenFOAM style */
.contents h1,
@ -72,8 +83,12 @@ tr.memlist
}
.OFTable th {
text-align: left;
padding: 5px;
border-bottom: 2px solid rgb(175,175,175);
}
.OFTable td {
padding-left: 5px;
}