diff options
| author | ejain <[email protected]> | 2012-02-01 21:17:04 -0800 |
|---|---|---|
| committer | ejain <[email protected]> | 2012-02-01 21:17:04 -0800 |
| commit | 1b8863f925e3c4161259b4d2aafe132abe9ca49f (patch) | |
| tree | f41774650b26e7b0e7a55e41fa38651eab905ea5 /docs | |
| parent | e36496fd84c504255f1348aab53be55c17fc9824 (diff) | |
| download | bootstrap-1b8863f925e3c4161259b4d2aafe132abe9ca49f.tar.xz bootstrap-1b8863f925e3c4161259b4d2aafe132abe9ca49f.zip | |
Import the responsive css *after* setting the body padding to fix the issue described in #1570.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/starter-template.html | 2 |
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"> |
