/* switch navbar to a single line */ .titlebar { min-height: 32px; } .titlebar a.logo { position: absolute; top: 5px; left: 10px; } .titlebar .menu { margin: 6px 0; margin-left: 37px; line-height: 20px; height: 20px; text-align: right; } /* break subforum listing into two columns */ .row.subforums .cell { float: left; width: 50%; } .row.subforums .cell.left .row { margin-right: 5px; } .row.subforums .cell.right .row { margin-left: 5px; } /* switch stats bar to single line */ .row.stats span { float: left; width: 25%; }