1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 22:41:28 +02:00

[ticket/11025] Replace <b> with <strong> and/or class for semantic styling

PHPBB3-11025
This commit is contained in:
Matt Friedman
2012-07-23 18:33:32 -07:00
parent eeb7b1bac3
commit 8c337a260b
3 changed files with 7 additions and 2 deletions

View File

@@ -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;