FIX: topic list wrapping under category list on some screens
This commit is contained in:
parent
2181e995f1
commit
14256e11e7
|
@ -120,11 +120,14 @@
|
||||||
.category-list,
|
.category-list,
|
||||||
.topic-list-latest {
|
.topic-list-latest {
|
||||||
width: 48%;
|
width: 48%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.category-list {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-list-latest {
|
.topic-list-latest {
|
||||||
margin-left: 4%;
|
float: right;
|
||||||
th.latest {
|
th.latest {
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue