aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorejain <[email protected]>2012-02-01 21:17:04 -0800
committerejain <[email protected]>2012-02-01 21:17:04 -0800
commitd66eb91437bc5394344b36c9f717bfb5e0e206d3 (patch)
tree5e946e936693f83a2abce15b38b195a7b1da62ea
parent4bb7653f67b60fcf464d6c30e2ebe1b87d2dbc31 (diff)
downloadbootstrap-d66eb91437bc5394344b36c9f717bfb5e0e206d3.tar.xz
bootstrap-d66eb91437bc5394344b36c9f717bfb5e0e206d3.zip
Import the responsive css *after* setting the body padding to fix the issue described in #1570.
-rw-r--r--starter-template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/starter-template.html b/starter-template.html
index 5370f2983..e8e52ba53 100644
--- a/starter-template.html
+++ b/starter-template.html
@@ -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">