SMF poster info on right

So I am a little bored.  I decided to figure out how much css it would take to make the poster info be on the right.  Turns out, actually not that much. .poster { float: right; width: 16em; } .postarea { margin: 0 15em 0 1em; } .post, .modifybutton { clear: left; } .moderatorbar { …