Commit cc8a8df1 authored by Mark Otto's avatar Mark Otto

Merge pull request #1576 from ejain/patch-1

Import the responsive css *after* setting the body padding to fix...
parents e36496fd 1b8863f9
...@@ -13,12 +13,12 @@ ...@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment