aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2012-07-23 18:43:28 -0700
committerMatt Friedman <maf675@gmail.com>2012-07-23 18:43:28 -0700
commit4ff644890a9cf10abca784ffc8dc4b41a61aa79c (patch)
treea7f9dc54f9f9727655d5c294fd485b12ee3788ae /phpBB/styles
parent8c337a260bf96d3d6f25973029579cc89abe67ae (diff)
downloadforums-4ff644890a9cf10abca784ffc8dc4b41a61aa79c.tar
forums-4ff644890a9cf10abca784ffc8dc4b41a61aa79c.tar.gz
forums-4ff644890a9cf10abca784ffc8dc4b41a61aa79c.tar.bz2
forums-4ff644890a9cf10abca784ffc8dc4b41a61aa79c.tar.xz
forums-4ff644890a9cf10abca784ffc8dc4b41a61aa79c.zip
[ticket/11025] Replace <b> with <strong> and/or class for semantic styling in subsilver2
PHPBB3-11025
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subsilver2/template/forumlist_body.html2
-rw-r--r--phpBB/styles/subsilver2/theme/stylesheet.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/forumlist_body.html b/phpBB/styles/subsilver2/template/forumlist_body.html
index 8e3c6b1f79..521eaf3c16 100644
--- a/phpBB/styles/subsilver2/template/forumlist_body.html
+++ b/phpBB/styles/subsilver2/template/forumlist_body.html
@@ -61,7 +61,7 @@
<td class="row2" align="center" nowrap="nowrap">
<!-- IF forumrow.LAST_POST_TIME -->
<!-- IF forumrow.S_DISPLAY_SUBJECT -->
- <p class="topicdetails"><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}"><strong>{forumrow.LAST_POST_SUBJECT_TRUNCATED}</strong></a></p>
+ <p class="topicdetails"><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a></p>
<!-- ENDIF -->
<p class="topicdetails"><!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}" class="imageset">{UNAPPROVED_IMG}</a>&nbsp;<!-- ENDIF -->{forumrow.LAST_POST_TIME}</p>
<p class="topicdetails">{forumrow.LAST_POSTER_FULL}
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css
index 18d15a8d41..4bb9e6f9bf 100644
--- a/phpBB/styles/subsilver2/theme/stylesheet.css
+++ b/phpBB/styles/subsilver2/theme/stylesheet.css
@@ -422,6 +422,11 @@ a.topictitle:visited {
text-decoration: none;
}
+a.lastsubject {
+ font-weight: bold;
+ text-decoration: none;
+}
+
th a,
th a:visited {
color: #FFA34F !important;