Fixed margins in dd tags
authorMarcel Werk <burntime@woltlab.com>
Tue, 28 Jun 2016 13:56:35 +0000 (15:56 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 28 Jun 2016 13:57:56 +0000 (15:57 +0200)
wcfsetup/install/files/style/element/dl.scss
wcfsetup/install/files/style/element/label.scss [deleted file]

index 7337f3b988aa2f1445d3b6eed9a342736dce88e4..aa648d30ada36b30817d7a0fd6e714ff85351dfe 100644 (file)
@@ -26,7 +26,7 @@ dl {
                        > small:not(.innerError) {
                                color: $wcfContentDimmedText;
                                display: block;
-                               margin-top: 5px;
+                               margin-top: 3px;
                        }
                        
                        > label {
@@ -39,7 +39,7 @@ dl {
                        }
                        
                        > label:not(:first-child) {
-                               margin-top: 3px;
+                               margin-top: 5px;
                        }
                        
                        &.floated {
diff --git a/wcfsetup/install/files/style/element/label.scss b/wcfsetup/install/files/style/element/label.scss
deleted file mode 100644 (file)
index 7f3d62c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-label {
-       //color: $wcfInputLabel;
-}