Added user ranks
authorMarcel Werk <burntime@woltlab.com>
Fri, 31 Aug 2012 13:20:44 +0000 (15:20 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 31 Aug 2012 13:20:44 +0000 (15:20 +0200)
wcfsetup/install/files/style/user.less

index 1dad9f6e5e45af7939a012b9ca7552056d53a9f4..6868dc49c8878e61204657fe4bea0325a2ff6a79 100644 (file)
                        text-align: center;
                }
        }
+}
+
+/* user title badges */
+.badge.userTitleBadge {
+       &.blue {
+               color: #fff;
+               background-color: #369;
+       }
 }
\ No newline at end of file