Skip to content

Commit

Permalink
Merge pull request #250 from westonplatter/master
Browse files Browse the repository at this point in the history
Add CSS 20px of space on the left side of pages.
  • Loading branch information
seyhunak committed May 24, 2012
2 parents eb7c1aa + 8d64241 commit 9d3323b
Showing 1 changed file with 4 additions and 1 deletion.
@@ -1,5 +1,8 @@
@import "twitter/bootstrap/bootstrap";
body { padding-top: 60px; }
body {
padding-top: 60px;
padding-left: 20px;
}

@import "twitter/bootstrap/responsive";

Expand Down

0 comments on commit 9d3323b

Please sign in to comment.