Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Sat, 9 Feb 2013 00:01:36 +0000 (01:01 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sat, 9 Feb 2013 00:01:36 +0000 (01:01 +0100)
wcfsetup/install/files/style/form.less

index 4746cfcf0a542d74735759cd6514be1c3c73a1b9..34ec2abcc2a0924d7fa98d10275c047b8feda797 100644 (file)
@@ -129,6 +129,10 @@ dl:not(.plain) {
 /* sidebar */
 .sidebar {
        dl:not(.plain) {
+               &:not(:last-child) {            
+                       margin-bottom: @wcfGapMedium;
+               }
+               
                > dt {
                        text-align: left;
                        float: none;
@@ -140,7 +144,6 @@ dl:not(.plain) {
                > dd {
                        margin-top: 2px;
                        margin-left: 0;
-                       margin-bottom: @wcfGapMedium;
                }
        }
 }