View Single Post
Posts: 22 | Thanked: 1 time | Joined on Jul 2008
#16
Just for kicks, I threw together some css to "fix" it. It's not optimal, and has rather ugly results, but it helps...
Code:
@-moz-document domain(www.t-nation.com) {
  .avatar {
    float: right;
  }
  .userStats {
    text-align: right;
    min-width: 100%;
  }
  .userStats * {
    clear: right;
  }
  .postDisplay p {
    font-size: 150%;
  }
}
You'll need to put it in .mozilla/microb/chrome/userContent.css. (More details...) It right-aligns the avatars (and user info with them) and makes the font 150% in the text. Now zoom up to 120% works with a good chunk of the avatars (and all but lengthy usernames) on screen, or 100% is comfy reading. There's a screenshot of this at 100%...

ok, at risk of sounding even more clueless, how do i get to the .mozilla/microb.... location? under control panel somewhere? under settings/file manger/.. ? thanks. bill.