06-29-2013
|
#1
|
|
vBulletin 4 Alt Forum Yöneticisi 4.x.x
Forumbits.css en sonuna ekle
[HIDE]
Kod:
.subforums ol.subforumlist {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.subforumlist li.subforum {
float: left;
width: 50%;
margin: 0;
padding: 0;
clear:none;
}
/* to remove the commas */
.commalist li.subforum:after {
content:"";
}
[/HIDE]
__________________
|
|
|