Import the responsive css *after* setting the body padding to fix the issue described in #1570.

This commit is contained in:
ejain 2012-02-01 21:17:04 -08:00
parent e36496fd84
commit 1b8863f925
1 changed files with 1 additions and 1 deletions

View File

@ -13,12 +13,12 @@
<!-- Le styles --> <!-- Le styles -->
<link href="../assets/css/bootstrap.css" rel="stylesheet"> <link href="../assets/css/bootstrap.css" rel="stylesheet">
<link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">
<style> <style>
body { body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
} }
</style> </style>
<link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">
<!-- Le fav and touch icons --> <!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico"> <link rel="shortcut icon" href="images/favicon.ico">