summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geiger <sbastig@gmx.net>2018-07-01 21:01:04 +0200
committerSebastian Geiger <sbastig@gmx.net>2018-07-06 23:25:37 +0200
commit665e3027a18eebe3cdfa51a9847f45c65e339f08 (patch)
tree7beb7851218291edd28499d4bfe59e2ee85b37b9
parent9008886bbd7d8f804d9fd2680fc602774502b457 (diff)
downloadgtk-doc-665e3027a18eebe3cdfa51a9847f45c65e339f08.tar.gz
style.css: add bottom spacing for seglistitem
-rw-r--r--style/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style/style.css b/style/style.css
index 4be4ede..b0a2fb1 100644
--- a/style/style.css
+++ b/style/style.css
@@ -316,6 +316,10 @@ acronym,abbr
.listing_code .programlisting .type,
.listing_code .programlisting .type a { color: #4e9a06; } /* tango: chameleon 3 */
+.seglistitem {
+ margin-bottom: 0.5em;
+}
+
.listing_frame {
/* tango:sky blue 1 */
border: solid 1px #729fcf;