Fixed indentation
authorFabii547 <Fabii547@users.noreply.github.com>
Sat, 19 Sep 2015 14:56:08 +0000 (16:56 +0200)
committerFabii547 <Fabii547@users.noreply.github.com>
Sat, 19 Sep 2015 14:56:08 +0000 (16:56 +0200)
wcfsetup/install/files/style/tagging.less

index 2cb740d130bdd4bf46ece157fa6b23dc2e4f0a5c..fc5ade2ac885ebf340c06fa64964f6bd01741a15 100644 (file)
@@ -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
+}