From: Fabii547 Date: Sat, 19 Sep 2015 14:56:08 +0000 (+0200) Subject: Fixed indentation X-Git-Tag: 2.1.8~43^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9af8201c0fbe933d5ac4d376f9529d5832565ece;p=GitHub%2FWoltLab%2FWCF.git Fixed indentation --- diff --git a/wcfsetup/install/files/style/tagging.less b/wcfsetup/install/files/style/tagging.less index 2cb740d130..fc5ade2ac8 100644 --- a/wcfsetup/install/files/style/tagging.less +++ b/wcfsetup/install/files/style/tagging.less @@ -12,7 +12,7 @@ padding-bottom: 2px; padding-left: 10px; - &::before{ + &::before { border-color: transparent @wcfColor transparent transparent; border-style: inset solid inset inset; border-width: 8px 8px 8px 0; @@ -25,7 +25,7 @@ width: 0; } - &::after{ + &::after { background: @wcfContentBackgroundColor; border-radius: 2px; content: ""; @@ -42,7 +42,7 @@ background-color: @wcfTabularBoxBackgroundColor; color: @wcfTabularBoxColor; - &::before{ + &::before { border-right-color: @wcfTabularBoxBackgroundColor; } } @@ -55,4 +55,4 @@ .editableItemList li.tag:first-child { margin-left: 6px; -} \ No newline at end of file +}