From 3d1ede7c1b8464091aa83e05dc9c79b3c47cbedd Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 7 Feb 2015 18:48:13 +0100 Subject: [PATCH] [ticket/449] Make sure border color is not overwritten again by prosilver B3P-449 --- styles/prosilver/theme/portal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/prosilver/theme/portal.css b/styles/prosilver/theme/portal.css index 11894ea9..fdcd1550 100644 --- a/styles/prosilver/theme/portal.css +++ b/styles/prosilver/theme/portal.css @@ -327,7 +327,7 @@ a.portal-forumtitle { } .portal-side-wrapper { - border-left: 0; + border-left: 0 !important; width: 100%; }