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:
d2fbf64
)
Fixed small style issue
author
Marcel Werk
<burntime@woltlab.com>
Mon, 7 Oct 2013 12:18:39 +0000
(14:18 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Mon, 7 Oct 2013 12:18:39 +0000
(14:18 +0200)
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 74492faadaef8c7c97e9e5c6b28d7be1d261494d..5b7912ef2c169c7031f7413e42f48fc682413b41 100644
(file)
--- a/
wcfsetup/install/files/style/layout.less
+++ b/
wcfsetup/install/files/style/layout.less
@@
-1187,12
+1187,20
@@
&.doubleColumned {
> li {
width: 50%;
+
+ &:nth-child(odd):not(:first-child) {
+ clear: left;
+ }
}
}
&.tripleColumned {
> li {
width: 33%;
+
+ &:nth-child(3n+1):not(:first-child) {
+ clear: left;
+ }
}
}
}