projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42c8429
)
Added user ranks
author
Marcel Werk
<burntime@woltlab.com>
Fri, 31 Aug 2012 13:20:44 +0000
(15:20 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Fri, 31 Aug 2012 13:20:44 +0000
(15:20 +0200)
wcfsetup/install/files/style/user.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/user.less
b/wcfsetup/install/files/style/user.less
index 1dad9f6e5e45af7939a012b9ca7552056d53a9f4..6868dc49c8878e61204657fe4bea0325a2ff6a79 100644
(file)
--- a/
wcfsetup/install/files/style/user.less
+++ b/
wcfsetup/install/files/style/user.less
@@
-157,4
+157,12
@@
text-align: center;
}
}
+}
+
+/* user title badges */
+.badge.userTitleBadge {
+ &.blue {
+ color: #fff;
+ background-color: #369;
+ }
}
\ No newline at end of file