From 89566542884391d0566fb272c61bfd196d587861 Mon Sep 17 00:00:00 2001 From: hanakin Date: Wed, 15 Apr 2020 11:09:10 -1000 Subject: [PATCH] [ticket/16439] minor fixes PHPBB3-16439 --- phpBB/styles/prosilver/template/viewtopic_body.html | 2 +- phpBB/styles/prosilver/theme/colours.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 01c3708af7..5e3d33e927 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -224,7 +224,7 @@
style="display: none;"> -

{% if postrow.POST_ICON_IMG %}{{ postrow.POST_ICON_IMG_ALT }} {% endif %}{{ postrow.POST_SUBJECT }}

+

{% if postrow.POST_ICON_IMG %}{{ postrow.POST_ICON_IMG_ALT }} {% endif %}{{ postrow.POST_SUBJECT }}

diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 2e7dca8d87..d933bb4f26 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -116,7 +116,7 @@ a:hover { color: #D31141; } color: #000000; } -.post h3 a.first-unread { { +.post h3 a.first-unread { color: #000000; }