diff options
author | Simon McVittie <smcv@debian.org> | 2012-04-09 16:29:25 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2012-04-09 17:01:24 +0100 |
commit | 9be7d1490e9be2141e23b1e12b14ad2ccd0ed461 (patch) | |
tree | 0008650644feb6fe9f76922ba6ee68bc68083de1 /doc | |
parent | 1a8cbf526cdc7e77bfa084e266b8633858b68a09 (diff) | |
download | ikiwiki-9be7d1490e9be2141e23b1e12b14ad2ccd0ed461.tar ikiwiki-9be7d1490e9be2141e23b1e12b14ad2ccd0ed461.tar.gz |
Allow a bit more space around trails
Diffstat (limited to 'doc')
-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 35a133198..198d5d544 100644 --- a/doc/style.css +++ b/doc/style.css @@ -502,6 +502,10 @@ a.openid_large_btn:focus { background: url(ikiwiki/images/pbar-ani.gif); } +.trails { + margin-top: 1em; + margin-bottom: 1em; +} .trail { display: block; clear: both; |