Hello,
I'm trying to remove the border that phpBB uses for forumbg/forabg. Below are two pictures, the original and the desired.
Original
Desired
Code: Select all
.forabg {
margin-bottom: 4px;
padding: 0px;
clear: both;
border-radius: 7px;
}
Code: Select all
.forabg {
margin-bottom: 4px;
padding: 0px;
clear: both;
border-radius: 0px;
}
Code: Select all
li.header dl.row-item dt .list-inner {
padding-left: 10px;
padding-right: 50px;
}
Code: Select all
li.header dt, li.header dd {
line-height: 1em;
border-left-width: 0;
margin: 8px 0 4px 0;
padding-top: 2px;
padding-bottom: 2px;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
}