Changed margin direction for <dl>
authorAlexander Ebert <ebert@woltlab.com>
Sat, 12 Mar 2016 13:08:35 +0000 (14:08 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 12 Mar 2016 13:08:35 +0000 (14:08 +0100)
wcfsetup/install/files/style/element/dl.scss

index 64ceb13add629c0f4ddd45cd91b3049c8e3cab73..38b394c90094d9e4712f1a2ce6664251cca02fa0 100644 (file)
@@ -2,8 +2,8 @@ dl {
        &:not(.plain) {
                display: block;
                
-               &:not(:last-child) {
-                       margin-bottom: 20px;
+               &:not(:first-child) {
+                       margin-top: 20px;
                }
                
                > dt {