.divider {
padding-top:10px;
margin-bottom:20px;
}
.divider.top a {
top:0px;
width:20px;
font-size:10px;
padding:0 2px;
}
Where as the original css from the dividers section of the screen.css theme file was:
/* ======================================================= */
/* Divider */
/* ======================================================= */
.divider {
position:relative;
clear:both;
display:block;
padding-top:20px;
margin-bottom:40px;
border-bottom:1px solid #EEEEEE;
}
.divider.top a {
position:absolute;
right:0;
top:10px;
width:20px;
background:none repeat scroll 0 0 #FFFFFF;
font-size:10px;
padding:0 2px;
text-align:right;
text-decoration:none;
color:#ccc;
}
.divider_padding {
position:relative;
clear:both;
display:block;
padding-top:30px;
}
.divider_line {
position:relative;
clear:both;
display:block;
border-bottom:1px solid #EEEEEE;
margin-bottom:10px;
}
.divider {
padding-top:10px;
margin-bottom:20px;
}
.divider.top a {
top:0px;
width:20px;
}
It looks like you're new here. If you want to get involved, click one of these buttons!