From daee25340381d4b97119be298a9fc2671e681bb3 Mon Sep 17 00:00:00 2001 From: Shibu Lijack Date: Tue, 10 Apr 2012 20:51:24 +0530 Subject: [PATCH] [ticket/10734] Fixed minor bug Removed an extra empty line in colors.css PHPBB-10734 --- phpBB/styles/prosilver/theme/colours.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 66b60ea7bf..fe6a7a7fda 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -65,8 +65,7 @@ hr { .panel { background-color: #ECF1F3; - color: #28313F; - + color: #28313F; } .post:target .content {