mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
51b8974312
1 changed files with 6 additions and 1 deletions
|
@ -22,7 +22,7 @@ ul.topiclist dl {
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.topiclist li.row dl {
|
ul.topiclist li.row dl {
|
||||||
padding: 2px 0;
|
margin: 2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.topiclist dt,
|
ul.topiclist dt,
|
||||||
|
@ -73,6 +73,11 @@ ul.topiclist dd {
|
||||||
padding: 4px 0;
|
padding: 4px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.topiclist li.row dd {
|
||||||
|
padding: 4px 0 999px 0;
|
||||||
|
margin-bottom: -995px;
|
||||||
|
}
|
||||||
|
|
||||||
ul.topiclist dfn {
|
ul.topiclist dfn {
|
||||||
/* Labels for post/view counts */
|
/* Labels for post/view counts */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Add table
Reference in a new issue