Fixed margins in code bbcode
authorMarcel Werk <burntime@woltlab.com>
Sat, 10 May 2014 10:35:25 +0000 (12:35 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 10 May 2014 10:35:25 +0000 (12:35 +0200)
wcfsetup/install/files/style/bbcode.less

index c9127e628dbf4ae69e0fa5af075bdafe96aa775c..c8b8efc1a503b7db5d945c795d2cd63c42beabe1 100644 (file)
@@ -31,6 +31,7 @@
                        
                        > li {
                                font-family: Consolas, 'Courier New', monospace;
+                               margin: 0;
                                padding-left: @wcfGapSmall;
                                position: relative;
                                white-space: pre-wrap;