aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-06-29 12:17:12 -0700
committerMatt Friedman <maf675@gmail.com>2013-06-29 12:17:12 -0700
commit5701c753a7446acd72a3d55702db96e4a149f515 (patch)
treeca5709ec6e953e3cb1a0eb14a6233fb466edd1f5
parentdccd605a420227a29c1b2ece7d8ab964e05900d8 (diff)
downloadforums-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.css2
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 {