aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-01 22:13:07 -0800
committerMark Otto <[email protected]>2012-02-01 22:13:07 -0800
commitcc8a8df125dafb0d90babcef05819e15225f2234 (patch)
treef41774650b26e7b0e7a55e41fa38651eab905ea5 /docs/examples
parente36496fd84c504255f1348aab53be55c17fc9824 (diff)
parent1b8863f925e3c4161259b4d2aafe132abe9ca49f (diff)
downloadbootstrap-cc8a8df125dafb0d90babcef05819e15225f2234.tar.xz
bootstrap-cc8a8df125dafb0d90babcef05819e15225f2234.zip
Merge pull request #1576 from ejain/patch-1
Import the responsive css *after* setting the body padding to fix...
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/starter-template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html
index 5370f2983..e8e52ba53 100644
--- a/docs/examples/starter-template.html
+++ b/docs/examples/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">