diff options
| author | Julian Thilo <[email protected]> | 2014-01-19 15:59:21 +0100 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-01-19 15:59:21 +0100 |
| commit | 0dc26b2e0707f3ff0f619a01d80c4debe59fb26d (patch) | |
| tree | 4f46f84fe91150789b560c1af7bdc1443d4a7da3 /docs | |
| parent | 4f1852d5c2cb97cd9bfb9918fdba1c88c860f431 (diff) | |
| download | bootstrap-0dc26b2e0707f3ff0f619a01d80c4debe59fb26d.tar.xz bootstrap-0dc26b2e0707f3ff0f619a01d80c4debe59fb26d.zip | |
Make head elements order uniform across templates and examples
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 5d06e60a8..f8eb3db3c 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -118,9 +118,10 @@ bootstrap/ <html> <head> <meta charset="utf-8"> - <title>Bootstrap 101 Template</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Bootstrap 101 Template</title> + <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet"> @@ -145,7 +146,7 @@ bootstrap/ -<!-- Template +<!-- Examples ================================================== --> <div class="bs-docs-section"> <h1 id="examples" class="page-header">Examples</h1> @@ -325,7 +326,7 @@ bootstrap/ -<!-- Template +<!-- Disabling responsiveness ================================================== --> <div class="bs-docs-section"> <h1 id="disable-responsive" class="page-header">Disabling responsiveness</h1> |
