Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Tue, 29 Oct 2013 19:14:11 +0000 (20:14 +0100)
committerMarcel Werk <burntime@woltlab.com>
Tue, 29 Oct 2013 19:14:11 +0000 (20:14 +0100)
wcfsetup/install/files/style/button.less

index 5ca9a6e6b8816fb93f300b05127e8947f377baf4..e349663c9050850ec70fc2eba5f0dfee57c82146 100644 (file)
@@ -128,17 +128,20 @@ button.small,
 /* button list */
 .buttonList {
        font-size: 0;
+       margin-bottom: -@wcfGapSmall;
        
        > li {
                display: inline-block;
                font-size: 1rem;
+               margin-bottom: @wcfGapSmall;
                
                &:not(:last-child) {
                        margin-right: 8px;
                }
                
                .button {
-                       margin: 0;
+                       margin-left: 0;
+                       margin-right: 0;
                }
        }