Skip to content

Instantly share code, notes, and snippets.

@orenmizr
Created August 28, 2013 02:58
Show Gist options
  • Save orenmizr/6361682 to your computer and use it in GitHub Desktop.
Save orenmizr/6361682 to your computer and use it in GitHub Desktop.
/* FACE LIFE */
.navbar {
opacity: 1;
}
.navbar-inner {
background: #3498DB !important;
}
.navbar-inner .inner {
padding: 10px 0 0 0;
width: 940px;
margin: 0 auto;
height: 50px;
}
HTML {
background: #F2F2F2 !important;
}
BODY {
margin-bottom: 0;
}
footer.footer {
background: #F2F2F2 !important;
}
footer .inner {
width: 940px;
margin: 0 auto;
}
footer a.rights {
width: auto !important;
float: right;
display: block;
font-weight: bold;
}
footer p.copyright {
width: auto !important;
float: left !important;
font-weight: bold;
}
.navbar .brand {
width: 138px;
height: 32px;
background-repeat: no-repeat;
background-position: 0 0;
padding: 0 !important;
margin: 0 !important;
}
#headline {
margin: 20px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment