1.1.x
style.css
.hrvertical
{
color: #000000;
background-color: #ECEDF3;
border-right: 1px solid #666666;
}
Display.template.php
<td valign="top" width="16%" rowspan="2" style="overflow: hidden;">
<td valign="top" class="hrvertical" width="16%" rowspan="2" style="overflow: hidden;">
SMF 2.0.x
Themes/default/css/forum.css
.poster
{
width: 15%;
}
.poster
{
width: 15%;
border-right: 1px solid #666666;
}
.moderatorbar
{
clear: right;
margin: 1em 0 0 16%;
}
.moderatorbar
{
clear: left;
margin: 0 0 0 15%;
border-left: 1px solid #666666;
}
.postarea
{
margin-left: 16%;
}
.postarea
{
margin-left: 15%;
border-left: 1px solid #666666;
}