aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-01 16:49:56 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-01 16:49:56 -0400
commitf7431af308a9b36d1323ff380344cb3092786e19 (patch)
treeb5b0a80740730e771fde2528bf6e1954a72a2b1d /doc/style.css
parent6310b05e2286f6d5aed2c9c504d99a1b118ddbd3 (diff)
downloadikiwiki-f7431af308a9b36d1323ff380344cb3092786e19.tar
ikiwiki-f7431af308a9b36d1323ff380344cb3092786e19.tar.gz
add padding between inlined page title and content
Some aggregated contents do not include a span element, so there was zero padding without this.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index 595a38dfa..5787ef65e 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -30,6 +30,10 @@
border-bottom: 0;
}
+div.inlinecontent {
+ margin-top: .4em;
+}
+
.actions li {
display: inline;
padding: .2em .4em;