From 9af8201c0fbe933d5ac4d376f9529d5832565ece Mon Sep 17 00:00:00 2001 From: Fabii547 Date: Sat, 19 Sep 2015 16:56:08 +0200 Subject: [PATCH] Fixed indentation --- wcfsetup/install/files/style/tagging.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +} -- 2.20.1