do we need #list-area margin-bottom so big?
This commit is contained in:
parent
0542c080b3
commit
7e609e1834
|
@ -181,7 +181,7 @@ clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
#list-area {
|
#list-area {
|
||||||
margin-bottom: 300px;
|
margin-bottom: 100px;
|
||||||
.empty-topic-list {
|
.empty-topic-list {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -160,8 +160,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#list-area .top-lists h2 { margin: 5px 0 10px; }
|
|
||||||
|
|
||||||
.topic-list tbody tr.has-excerpt .star {
|
.topic-list tbody tr.has-excerpt .star {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
|
@ -273,6 +271,8 @@
|
||||||
// Misc. stuff
|
// Misc. stuff
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
#list-area .top-lists h2 { margin: 5px 0 10px; }
|
||||||
|
|
||||||
#list-area {
|
#list-area {
|
||||||
h2 {
|
h2 {
|
||||||
margin: 20px 0 10px;
|
margin: 20px 0 10px;
|
||||||
|
|
Loading…
Reference in New Issue