diff options
| author | Matt Friedman <maf675@gmail.com> | 2012-07-23 18:33:32 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2012-07-23 18:33:32 -0700 |
| commit | 8c337a260bf96d3d6f25973029579cc89abe67ae (patch) | |
| tree | 25b89cb520ee83c4dd82aa55040eb3996d043719 /phpBB/styles/prosilver/theme | |
| parent | eeb7b1bac31a623cae3a025c5f0f59a417b3b9b8 (diff) | |
| download | forums-8c337a260bf96d3d6f25973029579cc89abe67ae.tar forums-8c337a260bf96d3d6f25973029579cc89abe67ae.tar.gz forums-8c337a260bf96d3d6f25973029579cc89abe67ae.tar.bz2 forums-8c337a260bf96d3d6f25973029579cc89abe67ae.tar.xz forums-8c337a260bf96d3d6f25973029579cc89abe67ae.zip | |
[ticket/11025] Replace <b> with <strong> and/or class for semantic styling
PHPBB3-11025
Diffstat (limited to 'phpBB/styles/prosilver/theme')
| -rw-r--r-- | phpBB/styles/prosilver/theme/links.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index 3cb6e928b5..886e2a13de 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/prosilver/theme/links.css @@ -66,6 +66,11 @@ a.topictitle:hover { text-decoration: underline; } +a.lastsubject { + font-weight: bold; + text-decoration: none; +} + /* Post body links */ .postlink { text-decoration: none; |
