Skip to content

Instantly share code, notes, and snippets.

View radustoenescu's full-sized avatar

Radu Stoenescu radustoenescu

  • Politehnica Bucharest
  • Bucharest
View GitHub Profile
@mokagio
mokagio / sticky.css
Created February 26, 2012 20:53
Twitter Bootstrap + Sticky Footer + Fixed Nav Bar
html, body, .container, .content {
height: 100%;
}
.container, .content {
position: relative;
}
.proper-content {
padding-top: 40px; /* >= navbar height */