/*
  Profilinformationen nur bei MausberÃ¼hrung

  VerkÃ¼rzt die Threaddarstellung und macht das Lesen auf einem Netbook ertrÃ¤glicher.

  v0.2 2010-03-16
  Das Re-Design vom Board erfordert ein Update

  v0.1 2009-12-02
  Die originale Idee kommt vom Benutzer "nighthelper", siehe dazu auch sein Beitrag
  http://www.t5-board.de/board/feedback-anregungen-lob-und-kritik/44862-profile-verkleinern-eine-loesung-firefox.html 
*/ 

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix('http://www.t5-board.de/board/') {

.postdetails .userinfo .smallfont {display:none!important}
.postdetails .userinfo:hover .smallfont {display:inherit!important}

}