Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
CSS extra lines remove
Browse files Browse the repository at this point in the history
  • Loading branch information
mgballard committed May 20, 2013
1 parent 742268c commit 9d3a1d6
Showing 1 changed file with 11 additions and 33 deletions.
44 changes: 11 additions & 33 deletions themes/csol/public/stylesheets/csol.css
@@ -1,3 +1,4 @@
/*general*/
html, body {
height: 100%;
}
Expand Down Expand Up @@ -52,7 +53,6 @@ body > .container {
box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.25);
background: white;
}

.navbar .nav .active,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
Expand Down Expand Up @@ -168,48 +168,26 @@ footer li:last-child {
border-left:none;
border-right:none;
}




/*sticky footer*/
html, body {
height: 100%;
height: 100%;
}

.wrapper,
.wrapper .inner-wrapper {
width: 100%;
width: 100%;
}

.wrapper.primary {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0px 0px -250px 0px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0px 0px -250px 0px;
}

.wrapper.primary .inner-wrapper {
padding: 0px 0px 250px 0px;
padding: 0px 0px 250px 0px;
}

.wrapper.secondary {
height: 250px;
}

/* Uncomment if supporting a fixed width container */

/*
.wrapper {
min-width: 960px;
height: 250px;
}
.wrapper .container {
width: 960px;
margin: 0px auto;
}
*/


.wrapper.primary {
background: #e9e9e9;
background: #e9e9e9;
}

0 comments on commit 9d3a1d6

Please sign in to comment.