aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-16 21:18:41 +0100
committerDavid Robillard <d@drobilla.net>2020-03-16 21:21:15 +0100
commitbff5416775951d71d308709cc692c8e367c31d4d (patch)
tree26927952bdbee0081734182a928f2f7354e55c47 /doc
parenta016618bde1f4e3fe87579ac430847b0b955058a (diff)
downloadpugl-bff5416775951d71d308709cc692c8e367c31d4d.tar.gz
pugl-bff5416775951d71d308709cc692c8e367c31d4d.tar.bz2
pugl-bff5416775951d71d308709cc692c8e367c31d4d.zip
Italicise the brief description of structs as with functions
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css
index 0a3c9ac..dba66b3 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -469,7 +469,7 @@ td.mlabels-right {
padding: 0;
}
-.memdoc > p:first-child {
+.memdoc > p:first-child, .memdoc .textblock > p:first-child {
font-style: italic;
color: #444;
margin-bottom: 0.75em;