mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Doxygen updates
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user