From 22448a9c6ddc11b5e1dbeed87b099466fa599922 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Mon, 7 Jul 2014 18:25:04 +0200 Subject: [PATCH] [ticket/12830] Remove double .postlink in colours.css PHPBB3-12830 --- phpBB/styles/prosilver/theme/colours.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index a84be4bd99..fce66f7efb 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -273,10 +273,6 @@ a:hover { color: #D31141; } border-bottom-color: #5D8FBD; } -.postlink { - color: #368AD2; -} - .postlink:hover { background-color: #D0E4F6; color: #0D4473;