Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Mon, 22 Jul 2013 21:46:58 +0000 (23:46 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 22 Jul 2013 21:46:58 +0000 (23:46 +0200)
wcfsetup/install/files/style/message.less

index e4271ed1c3496f36fb0c8a23d4e3d168f74bf5c0..44d31477ad042bc800354c17d78740194ab47fe4 100644 (file)
        }
 }
 
-.messageHeader + .messageBody > div,
+.messageHeader + .messageBody > div:first-child,
 .messageBody > div:not(.messageFooter):not(:first-child) {
        border-top: 1px dotted @wcfContainerBorderColor;
        padding: @wcfGapMedium 0;