Allow a bit more space around trails

master
Simon McVittie 2012-04-09 16:29:25 +01:00
parent 1a8cbf526c
commit 9be7d1490e
2 changed files with 5 additions and 1 deletions

View 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;

View File

@ -143,7 +143,7 @@ div.recentchanges {
border-color: #999;
}
.trails {
.pageheader .trails {
/* allow space for the action tabs */
margin-bottom: 2em;
}