Mercurial > libervia-web
comparison public/libervia.css @ 118:a2a21e0290dc
browser side: CSS: microblog fix
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 06 Jul 2011 03:01:55 +0200 |
parents | f8af6b21ed61 |
children | 054b7b3424a3 |
comparison
equal
deleted
inserted
replaced
117:2e2e10785c33 | 118:a2a21e0290dc |
---|---|
706 min-height: 64px; | 706 min-height: 64px; |
707 } | 707 } |
708 | 708 |
709 .mb_entry_avatar { | 709 .mb_entry_avatar { |
710 float: left; | 710 float: left; |
711 } | |
712 | |
713 .mb_entry_avatar img { | |
711 width: 48px; | 714 width: 48px; |
712 height: 48px; | 715 height: 48px; |
713 padding: 8px; | 716 padding: 8px; |
714 } | 717 } |
715 | 718 |