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

{forumrow.LAST_POST_SUBJECT_TRUNCATED}

+

{forumrow.LAST_POST_SUBJECT_TRUNCATED}

{UNAPPROVED_IMG} {forumrow.LAST_POST_TIME}

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