Added missing border-radius (unified styling of code/quotes boxes)
authorMarcel Werk <burntime@woltlab.com>
Wed, 28 Dec 2016 20:15:51 +0000 (21:15 +0100)
committerMarcel Werk <burntime@woltlab.com>
Wed, 28 Dec 2016 20:16:00 +0000 (21:16 +0100)
wcfsetup/install/files/style/bbcode/quote.scss

index c9375483fed272c8fd26b7f18e3f6054355ebabe..732d2663eaf8f9b60b0e18995118c694990d2308 100644 (file)
@@ -2,6 +2,7 @@ woltlab-quote,
 .quoteBox {
        background-color: $wcfContentBackground;
        box-shadow: 0 0 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
+       border-radius: 2px;
        display: block;
        font-style: italic;
        margin: 1em 0;