summaryrefslogtreecommitdiffstats
path: root/src/doxygen.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen.css')
-rw-r--r--src/doxygen.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/doxygen.css b/src/doxygen.css
index a4add20..4b50f0d 100644
--- a/src/doxygen.css
+++ b/src/doxygen.css
@@ -11,6 +11,12 @@ h1 {
font-size: 150%;
}
+.title {
+ font-size: 150%;
+ font-weight: bold;
+ margin: 10px 2px;
+}
+
h2 {
font-size: 120%;
}
@@ -185,7 +191,7 @@ body {
div.contents {
margin-top: 10px;
margin-left: 10px;
- margin-right: 10px;
+ margin-right: 5px;
}
td.indexkey {
@@ -361,6 +367,10 @@ table.memberdecls {
white-space: nowrap;
}
+.memItemRight {
+ width: 100%;
+}
+
.memTemplParams {
color: ##60;
white-space: nowrap;
@@ -388,9 +398,14 @@ table.memberdecls {
padding: 2px;
}
+.mempage {
+ width: 100%;
+}
+
.memitem {
padding: 0;
margin-bottom: 10px;
+ margin-right: 5px;
}
.memname {