mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
These options should be common to all OPM modules to get the same look for the generated documentation.
12 lines
174 B
CSS
12 lines
174 B
CSS
/* Userspesific CSS for doxygen */
|
|
body, table, div, p, dl {
|
|
font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
|
|
font-size: 16px;
|
|
}
|
|
h1 {
|
|
font-size: 120%;
|
|
}
|
|
|
|
|
|
|