Skip to content

Instantly share code, notes, and snippets.

@squirelo
Created December 30, 2012 14:58
Show Gist options
  • Save squirelo/4413129 to your computer and use it in GitHub Desktop.
Save squirelo/4413129 to your computer and use it in GitHub Desktop.
Just a snippet
body {
font-family: "OpenSans", Helvetica, Arial, sans-serif;
}
.pull-right-footer {
text-align: center;
padding-top: 20px;
}
.hero-unit {
padding: 60px;
margin-bottom: 30px;
border: 1px solid #ddd;
background: #fcfcfc;
-webkit-border-radius: 0px 0px 2px 2px;
-moz-border-radius: 0px 0px 2px 2px;
border-radius: 0px 0px 2px 2px;
}
.navbar-inner {
position: fixed;
width: 100%;
z-index: 9999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment