Skip to content

Commit

Permalink
Import the responsive css *after* setting the body padding to fix the…
Browse files Browse the repository at this point in the history
… issue described in twbs#1570.
  • Loading branch information
ejain committed Feb 2, 2012
1 parent e36496f commit 1b8863f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/starter-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

<!-- Le styles -->
<link href="../assets/css/bootstrap.css" rel="stylesheet">
<link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">

<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
Expand Down

0 comments on commit 1b8863f

Please sign in to comment.