aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-21 17:45:35 +0200
committerDavid Robillard <d@drobilla.net>2020-10-21 18:55:00 +0200
commit361b09bce723c8890f545a0acc21bd3b23ed3e7e (patch)
treefbd4a20813d71e62a182ff6d9ece8b1e639a14d9 /doc
parentc15b5da48b1fa3bec9315df8f66b7e36658d1742 (diff)
downloadpugl-361b09bce723c8890f545a0acc21bd3b23ed3e7e.tar.gz
pugl-361b09bce723c8890f545a0acc21bd3b23ed3e7e.tar.bz2
pugl-361b09bce723c8890f545a0acc21bd3b23ed3e7e.zip
Simplify documentation style
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css11
1 files changed, 2 insertions, 9 deletions
diff --git a/doc/style.css b/doc/style.css
index 680fe77..dde5f70 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -235,7 +235,6 @@ div.groupHeader {
h2.groupheader {
line-height: 1.18em;
- font-size: 1em;
font-weight: 600;
font-family: Helvetica, Arial, "DejaVu Sans Condensed", Verdana, sans-serif;
margin: 1.25em 0 0.5em 0;
@@ -452,12 +451,11 @@ td.mlabels-right {
}
.memtitle {
- border-bottom: 1px solid #EEE;
font-family: Helvetica, Arial, "DejaVu Sans Condensed", Verdana, sans-serif;
font-size: 1.18em;
font-weight: 600;
line-height: 1.41em;
- margin: 1.5em 0 0 0;
+ margin: 1.5em 0 0.5em 0;
}
.permalink {
@@ -486,15 +484,11 @@ td.mlabels-right {
}
.memproto {
- border-bottom: 1px solid #EEE;
- border-left: 1px solid #EEE;
color: #444;
- float: right;
+ background: #FAFAFA;
font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed;
font-size: small;
margin-bottom: 1em;
- margin-left: 1em;
- padding: 0.25em 0 0.25em 0.25em;
}
.memproto .paramname {
@@ -527,7 +521,6 @@ td.mlabels-right {
padding-top: 0.25em;
font-weight: normal;
color: #444;
- font-size: 0.9em;
}
.paramkey {