css fixed

This commit is contained in:
Mario Colque 2014-02-10 16:30:23 -03:00
parent f2459093c7
commit 96cc476c08
1 changed files with 4 additions and 4 deletions

View File

@ -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 */