From 96cc476c08b33033addbfd46986da6bce48fb00f Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Mon, 10 Feb 2014 16:30:23 -0300 Subject: [PATCH] css fixed --- public/src/css/common.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/src/css/common.css b/public/src/css/common.css index 1c10d7a8..b4e8727f 100644 --- a/public/src/css/common.css +++ b/public/src/css/common.css @@ -14,10 +14,10 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { } #ngProgress { - box-shadow: none; - height: 4px; - color: #373D42; - background: #373D42; + box-shadow: none !important; + height: 4px !important; + color: #373D42 !important; + background: #373D42 !important; } /* Wrapper for page content to push down footer */