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 /themes | |
parent | 1a8cbf526cdc7e77bfa084e266b8633858b68a09 (diff) | |
download | ikiwiki-9be7d1490e9be2141e23b1e12b14ad2ccd0ed461.tar ikiwiki-9be7d1490e9be2141e23b1e12b14ad2ccd0ed461.tar.gz |
Allow a bit more space around trails
Diffstat (limited to 'themes')
-rw-r--r-- | themes/actiontabs/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/actiontabs/style.css b/themes/actiontabs/style.css index 26cdc1e86..f6cb5c04e 100644 --- a/themes/actiontabs/style.css +++ b/themes/actiontabs/style.css @@ -143,7 +143,7 @@ div.recentchanges { border-color: #999; } -.trails { +.pageheader .trails { /* allow space for the action tabs */ margin-bottom: 2em; } |