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:
65b9752
)
Mobile optimization
author
Marcel Werk
<burntime@woltlab.com>
Thu, 8 Aug 2013 21:40:41 +0000
(23:40 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Thu, 8 Aug 2013 21:40:41 +0000
(23:40 +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 ebde3c32bffbafb2187b09021e594833ecb1d49d..06fc1a7a7f76399338d2adf9635157ce4f71f06a 100644
(file)
--- a/
wcfsetup/install/files/style/layout.less
+++ b/
wcfsetup/install/files/style/layout.less
@@
-1060,7
+1060,7
@@
.nestedCategoryList {
> li {
- margin-top:
21
px;
+ margin-top:
14
px;
overflow: hidden;
&:first-child {
@@
-1080,8
+1080,10
@@
}
}
}
-
- &.doubleColumned {
+}
+
+@media all and (min-width: 801px) {
+ .nestedCategoryList.doubleColumned {
> li {
float: left;
width: 50%;