Allow a bit more space around trails
authorSimon McVittie <smcv@debian.org>
Mon, 9 Apr 2012 15:29:25 +0000 (16:29 +0100)
committerSimon McVittie <smcv@debian.org>
Mon, 9 Apr 2012 16:01:24 +0000 (17:01 +0100)
doc/style.css
themes/actiontabs/style.css

index 35a133198afc470668629b842f58679195852011..198d5d544afe8b72a0c1022aecc9505131739d61 100644 (file)
@@ -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;
index 26cdc1e86613648fb9b86320702c3314a952e29c..f6cb5c04e1e0e011641464d54fcb718297c7eae6 100644 (file)
@@ -143,7 +143,7 @@ div.recentchanges {
        border-color: #999;
 }
 
-.trails {
+.pageheader .trails {
        /* allow space for the action tabs */
        margin-bottom: 2em;
 }