diff options
author | Matt Friedman <maf675@gmail.com> | 2014-04-18 09:17:36 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-04-18 09:17:36 -0700 |
commit | 34533a86dac64d36280ae7db393e10db6b4ba21b (patch) | |
tree | 49aee37e75ef44bb3eea50c1040d8b8608197f10 | |
parent | 8b61ba238f77dd36256ecefc4b020b5d7916e158 (diff) | |
download | forums-34533a86dac64d36280ae7db393e10db6b4ba21b.tar forums-34533a86dac64d36280ae7db393e10db6b4ba21b.tar.gz forums-34533a86dac64d36280ae7db393e10db6b4ba21b.tar.bz2 forums-34533a86dac64d36280ae7db393e10db6b4ba21b.tar.xz forums-34533a86dac64d36280ae7db393e10db6b4ba21b.zip |
[ticket/12419] Also shrink the size of "See All" in footer a little bit
PHPBB3-12419
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index c85232de1a..3e0046ba2e 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1078,7 +1078,7 @@ form > p.post-notice strong { .dropdown-extended .footer { text-align: center; - font-size: 1.2em; + font-size: 1.1em; } .dropdown-extended ul li a, .notification_list dt > a, .dropdown-extended .footer > a { |