1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 19:20:23 +02:00

[ticket/12613] Remove unnecessary checks and clean up CSS

PHPBB3-12613
This commit is contained in:
PayBas
2014-06-13 12:21:04 +02:00
parent 86a320ff5c
commit 7c527adee8
16 changed files with 62 additions and 115 deletions

View File

@@ -201,11 +201,11 @@ ul.topiclist li.row dt a.subforum {
margin: 5px 0;
}
.pagination ul {
margin-top: 5px;
.pagination > ul {
margin: 5px 0 0;
}
.row .pagination ul {
.row .pagination > ul {
margin-top: 0;
}