aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/links.css
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2012-07-23 18:47:23 -0700
committerMatt Friedman <maf675@gmail.com>2012-07-23 18:47:23 -0700
commitedec4a492e20d71486574ab94b4141d2f355b6fd (patch)
treee82fcb01fc4d96dc5ce1db605cdbdfda6b72d9bd /phpBB/styles/prosilver/theme/links.css
parent4ff644890a9cf10abca784ffc8dc4b41a61aa79c (diff)
downloadforums-edec4a492e20d71486574ab94b4141d2f355b6fd.tar
forums-edec4a492e20d71486574ab94b4141d2f355b6fd.tar.gz
forums-edec4a492e20d71486574ab94b4141d2f355b6fd.tar.bz2
forums-edec4a492e20d71486574ab94b4141d2f355b6fd.tar.xz
forums-edec4a492e20d71486574ab94b4141d2f355b6fd.zip
[ticket/11025] Add underline for hover to classes
PHPBB3-11025
Diffstat (limited to 'phpBB/styles/prosilver/theme/links.css')
-rw-r--r--phpBB/styles/prosilver/theme/links.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css
index 886e2a13de..66c3aed03e 100644
--- a/phpBB/styles/prosilver/theme/links.css
+++ b/phpBB/styles/prosilver/theme/links.css
@@ -71,6 +71,10 @@ a.lastsubject {
text-decoration: none;
}
+a.lastsubject:hover {
+ text-decoration: underline;
+}
+
/* Post body links */
.postlink {
text-decoration: none;