diff options
| author | Mark Otto <[email protected]> | 2012-02-01 22:13:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 22:13:26 -0800 |
| commit | c1f0da7cce2b7c3258d17f5e81faac25e231bbf8 (patch) | |
| tree | 05458a678d754354721f9bc95d14a35d54a368f5 /docs/examples | |
| parent | f34ddb5c3f214b75de36aec2b1631844166bb8cc (diff) | |
| parent | cc8a8df125dafb0d90babcef05819e15225f2234 (diff) | |
| download | bootstrap-c1f0da7cce2b7c3258d17f5e81faac25e231bbf8.tar.xz bootstrap-c1f0da7cce2b7c3258d17f5e81faac25e231bbf8.zip | |
Merge branch 'master' of github.com:twitter/bootstrap
Diffstat (limited to 'docs/examples')
| -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 55808cc6a..c8b2a09cf 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"> |
