diff options
author | Matt Friedman <maf675@gmail.com> | 2013-10-16 17:22:02 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-10-16 17:22:02 -0700 |
commit | b7f1f3d38f4ef7f1b39ffa6e16e0cec88f719320 (patch) | |
tree | 4c7826339b0e38ddd463099559a70157f3e4a14c | |
parent | cc884be593ecd155da6d42064624ddf55b98cd81 (diff) | |
download | forums-b7f1f3d38f4ef7f1b39ffa6e16e0cec88f719320.tar forums-b7f1f3d38f4ef7f1b39ffa6e16e0cec88f719320.tar.gz forums-b7f1f3d38f4ef7f1b39ffa6e16e0cec88f719320.tar.bz2 forums-b7f1f3d38f4ef7f1b39ffa6e16e0cec88f719320.tar.xz forums-b7f1f3d38f4ef7f1b39ffa6e16e0cec88f719320.zip |
[ticket/11936] Restyle the notification text (no underline/decoration)
PHPBB3-11936
-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 b23c6aa8b7..4a28635cde 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -782,6 +782,7 @@ form > p.post-notice strong { #notification_list ul li a, .notification_list dt > a, #notification_list > .footer > a { display: block; + text-decoration: none; } .notification_list ul li img { |