Skip to content
Snippets Groups Projects
Commit 0881052c authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: doxygen - re-added css for OpenFOAM tables

parent 89e17595
No related branches found
No related tags found
No related merge requests found
...@@ -65,4 +65,24 @@ ...@@ -65,4 +65,24 @@
-ms-transform: translateY(-50%); -ms-transform: translateY(-50%);
content: "C++ Source Code Guide"; content: "C++ Source Code Guide";
font-size: 180%; font-size: 180%;
} }
\ No newline at end of file
.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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment