Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Sun, 3 Feb 2013 23:13:09 +0000 (00:13 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 3 Feb 2013 23:13:09 +0000 (00:13 +0100)
files/style/conversation.less

index 128318358c381ff0c787b84a1206764cbf53fb3d..12f92c8deda7fbcecc48f94e9cdab690b472af39 100644 (file)
 }
 
 .conversationParticipantList {
+       margin-bottom: -@wcfGapSmall;
+       
        > li {
                float: left;
-               width: 30%;
+               margin-bottom: @wcfGapSmall;
                overflow: hidden;
+               width: 30%;
+               white-space: nowrap;
                
                > hgroup {
                        > h2 {