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:
906ad16
)
Added missing clearfix
author
Marcel Werk
<burntime@woltlab.com>
Sun, 8 Feb 2015 17:32:56 +0000
(18:32 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Sun, 8 Feb 2015 17:32:56 +0000
(18:32 +0100)
wcfsetup/install/files/style/layout.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/layout.less
b/wcfsetup/install/files/style/layout.less
index 84994c9d36dace4c4c936300dec1007ef57ea3b7..7589b8367d7d1af1efc7159d7c28507b7ed7f60a 100644
(file)
--- a/
wcfsetup/install/files/style/layout.less
+++ b/
wcfsetup/install/files/style/layout.less
@@
-1273,6
+1273,8
@@
html[dir="rtl"] {
text-align: left;
> ul {
+ .clearfix;
+
> li {
float: left;
font-size: @wcfSmallFontSize;