ENH: doxygen - re-added css for OpenFOAM tables

This commit is contained in:
Andrew Heather
2017-06-26 13:27:58 +01:00
parent 89e175958f
commit 0881052ce1

View File

@ -66,3 +66,23 @@
content: "C++ Source Code Guide"; content: "C++ Source Code Guide";
font-size: 180%; font-size: 180%;
} }
.OFTable {
width: 100%;
border: 0px;
margin-top: 10px;
margin-bottom: 10px;
background-color: rgb(245,245,245);
padding: 5px;
}
.OFTable th {
text-align: left;
padding: 5px;
border-bottom: 2px solid rgb(175,175,175);
}
.OFTable td {
padding-left: 5px;
}