diff options
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"> |
