diff options
author | Matt Friedman <maf675@gmail.com> | 2012-07-23 18:47:23 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2012-07-23 18:47:23 -0700 |
commit | edec4a492e20d71486574ab94b4141d2f355b6fd (patch) | |
tree | e82fcb01fc4d96dc5ce1db605cdbdfda6b72d9bd /phpBB/styles/prosilver/theme/links.css | |
parent | 4ff644890a9cf10abca784ffc8dc4b41a61aa79c (diff) | |
download | forums-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.css | 4 |
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; |