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 | 0c475b8e4c97e482d932cb018b5e6bc81b69b173 (patch) | |
| tree | c681f8c48a6288de70e8b3ce5fe38201be736659 | |
| parent | cc15d0f766692d9d5d2154319624f5acedd9802d (diff) | |
| parent | d66eb91437bc5394344b36c9f717bfb5e0e206d3 (diff) | |
| download | bootstrap-0c475b8e4c97e482d932cb018b5e6bc81b69b173.tar.xz bootstrap-0c475b8e4c97e482d932cb018b5e6bc81b69b173.zip | |
Merge branch 'master' of github.com:twitter/bootstrap
| -rw-r--r-- | starter-template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starter-template.html b/starter-template.html index 55808cc6a..c8b2a09cf 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"> |
