diff options
-rw-r--r-- | doc/style.css | 4 | ||||
-rw-r--r-- | themes/actiontabs/style.css | 2 |
2 files changed, 5 insertions, 1 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; 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; } |