Unified margins
authorAlexander Ebert <ebert@woltlab.com>
Sun, 18 Sep 2016 20:07:40 +0000 (22:07 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 18 Sep 2016 20:33:14 +0000 (22:33 +0200)
wcfsetup/install/files/style/bbcode/code.scss
wcfsetup/install/files/style/bbcode/quote.scss
wcfsetup/install/files/style/bbcode/spoiler.scss

index c395ba2d02ae3243a8261986df94ba12e2cf7100..359462b2a206328c9ef3f6aa79e61fa927b28da6 100644 (file)
@@ -27,7 +27,7 @@
        background-color: $wcfContentBackground;
        box-shadow: 0 0 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        border-radius: 2px;
-       margin-top: 1em;
+       margin: 1em 0;
        overflow: hidden;
        padding: 10px;
        position: relative;
index 704f4a3d7496f25a79c04b3b01a681e0d43db6de..9cb8aa80cbd37cbd037ddcb8f0aaed02b50f095a 100644 (file)
@@ -4,7 +4,7 @@ woltlab-quote,
        box-shadow: 0 0 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        display: block;
        font-style: italic;
-       margin: 20px 0;
+       margin: 1em 0;
        
        &:first-child {
                margin-top: 0;
index 1382491c98f36612d08f19f78fad10572d7e1ad6..b62371b894869bbd63375fec911813e7b0c7003a 100644 (file)
@@ -19,7 +19,7 @@
 }
 
 .spoilerBox {
-       margin-top: 1em;
+       margin: 1em 0;
        
        > .spoilerBoxContent {
                background-color: $wcfContentBackground;