summaryrefslogtreecommitdiffstats
path: root/src/doxygen.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen.css')
-rw-r--r--src/doxygen.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doxygen.css b/src/doxygen.css
index 715935a..c314142 100644
--- a/src/doxygen.css
+++ b/src/doxygen.css
@@ -11,6 +11,7 @@ h1.groupheader {
}
.title {
+ font: 400 14px/28px Roboto,sans-serif;
font-size: 150%;
font-weight: bold;
margin: 10px 2px;
@@ -168,8 +169,8 @@ pre.fragment {
}
div.fragment {
- padding: 4px;
- margin: 4px;
+ padding: 0px;
+ margin: 0px;
background-color: ##FC;
border: 1px solid ##CC;
}