projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.conversation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02d3483
)
Small style optimization
author
Marcel Werk
<burntime@woltlab.com>
Sun, 3 Feb 2013 23:13:09 +0000
(
00:13
+0100)
committer
Marcel Werk
<burntime@woltlab.com>
Sun, 3 Feb 2013 23:13:09 +0000
(
00:13
+0100)
files/style/conversation.less
patch
|
blob
|
blame
|
history
diff --git
a/files/style/conversation.less
b/files/style/conversation.less
index 128318358c381ff0c787b84a1206764cbf53fb3d..12f92c8deda7fbcecc48f94e9cdab690b472af39 100644
(file)
--- a/
files/style/conversation.less
+++ b/
files/style/conversation.less
@@
-23,10
+23,14
@@
}
.conversationParticipantList {
+ margin-bottom: -@wcfGapSmall;
+
> li {
float: left;
-
width: 30%
;
+
margin-bottom: @wcfGapSmall
;
overflow: hidden;
+ width: 30%;
+ white-space: nowrap;
> hgroup {
> h2 {