diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-01 16:49:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-01 16:49:56 -0400 |
commit | f7431af308a9b36d1323ff380344cb3092786e19 (patch) | |
tree | b5b0a80740730e771fde2528bf6e1954a72a2b1d | |
parent | 6310b05e2286f6d5aed2c9c504d99a1b118ddbd3 (diff) | |
download | ikiwiki-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.
-rw-r--r-- | doc/style.css | 4 |
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; |