1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 18:41:52 +02:00

[ticket/11577] Readjust min-height to 35px

Changing min-height to 35px in order to get pixel-for-pixel accurate
height settings as before for topic-rows.

PHPBB3-11577
This commit is contained in:
Matt Friedman
2013-06-29 12:17:12 -07:00
parent dccd605a42
commit 5701c753a7

View File

@@ -159,7 +159,7 @@ dl.icon dt .list-inner {
}
dl.icon dt, dl.icon dd {
min-height: 30px;
min-height: 35px;
}
dd.posts, dd.topics, dd.views, dd.extra, dd.mark {