Allow a bit more space around trails
parent
1a8cbf526c
commit
9be7d1490e
|
@ -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;
|
||||
|
|
|
@ -143,7 +143,7 @@ div.recentchanges {
|
|||
border-color: #999;
|
||||
}
|
||||
|
||||
.trails {
|
||||
.pageheader .trails {
|
||||
/* allow space for the action tabs */
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue