1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 14:57:37 +02:00

Merge pull request #5028 from marc1706/ticket/15387

[ticket/15387] Fix CSS for master branch
This commit is contained in:
Marc Alexander
2017-11-01 19:45:55 +01:00
committed by GitHub

View File

@@ -74,8 +74,8 @@ ul.topiclist dd {
} }
ul.topiclist li.row dd { ul.topiclist li.row dd {
padding: 4px 0 999px 0;
margin-bottom: -995px; margin-bottom: -995px;
padding: 4px 0 999px;
} }
ul.topiclist dfn { ul.topiclist dfn {