From: Marcel Werk Date: Sun, 3 Feb 2013 23:13:09 +0000 (+0100) Subject: Small style optimization X-Git-Tag: 2.0.0_Beta_1~113 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f4405e9836f2c35ab4e7af0fef509c658bd96ce1;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.conversation.git Small style optimization --- diff --git a/files/style/conversation.less b/files/style/conversation.less index 1283183..12f92c8 100644 --- a/files/style/conversation.less +++ b/files/style/conversation.less @@ -23,10 +23,14 @@ } .conversationParticipantList { + margin-bottom: -@wcfGapSmall; + > li { float: left; - width: 30%; + margin-bottom: @wcfGapSmall; overflow: hidden; + width: 30%; + white-space: nowrap; > hgroup { > h2 {