diff options
author | Matt Friedman <maf675@gmail.com> | 2014-04-18 08:48:40 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-04-18 08:48:40 -0700 |
commit | 8b61ba238f77dd36256ecefc4b020b5d7916e158 (patch) | |
tree | b0110aa291eda9aa186731362e43c8c14bb05161 | |
parent | 13a34ce59f2e39b3f74082737058251557fb600c (diff) | |
download | forums-8b61ba238f77dd36256ecefc4b020b5d7916e158.tar forums-8b61ba238f77dd36256ecefc4b020b5d7916e158.tar.gz forums-8b61ba238f77dd36256ecefc4b020b5d7916e158.tar.bz2 forums-8b61ba238f77dd36256ecefc4b020b5d7916e158.tar.xz forums-8b61ba238f77dd36256ecefc4b020b5d7916e158.zip |
[ticket/12419] Improve font size in notifications drop-down
PHPBB3-12419
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 298d310ab1..c85232de1a 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1096,6 +1096,7 @@ form > p.post-notice strong { .notification_list ul li p { margin: 0; + font-size: 1em; } .notification_list div.notifications { |