diff options
| author | Cesar G <prototech91@gmail.com> | 2014-04-18 09:23:02 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-04-18 09:23:02 -0700 |
| commit | 6f41e7a98ba3c7060c9ad1636165aade4054e872 (patch) | |
| tree | 62835c688629c416076e4228f97516f9614506c0 | |
| parent | 3608abdf8c8e4038d21764423213a3fa06e2e558 (diff) | |
| parent | 34533a86dac64d36280ae7db393e10db6b4ba21b (diff) | |
| download | forums-6f41e7a98ba3c7060c9ad1636165aade4054e872.tar forums-6f41e7a98ba3c7060c9ad1636165aade4054e872.tar.gz forums-6f41e7a98ba3c7060c9ad1636165aade4054e872.tar.bz2 forums-6f41e7a98ba3c7060c9ad1636165aade4054e872.tar.xz forums-6f41e7a98ba3c7060c9ad1636165aade4054e872.zip | |
Merge remote-tracking branch 'VSEphpbb/ticket/12419' into develop-ascraeus
* VSEphpbb/ticket/12419:
[ticket/12419] Also shrink the size of "See All" in footer a little bit
[ticket/12419] Improve font size in notifications drop-down
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 298d310ab1..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 { @@ -1096,6 +1096,7 @@ form > p.post-notice strong { .notification_list ul li p { margin: 0; + font-size: 1em; } .notification_list div.notifications { |
