diff options
author | Matt Friedman <maf675@gmail.com> | 2013-06-29 12:17:12 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-06-29 12:17:12 -0700 |
commit | 5701c753a7446acd72a3d55702db96e4a149f515 (patch) | |
tree | ca5709ec6e953e3cb1a0eb14a6233fb466edd1f5 | |
parent | dccd605a420227a29c1b2ece7d8ab964e05900d8 (diff) | |
download | forums-5701c753a7446acd72a3d55702db96e4a149f515.tar forums-5701c753a7446acd72a3d55702db96e4a149f515.tar.gz forums-5701c753a7446acd72a3d55702db96e4a149f515.tar.bz2 forums-5701c753a7446acd72a3d55702db96e4a149f515.tar.xz forums-5701c753a7446acd72a3d55702db96e4a149f515.zip |
[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
-rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 5f58addb54..4b8c972697 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -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 { |