mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Make head elements order uniform across templates and examples
This commit is contained in:
parent
4f1852d5c2
commit
0dc26b2e07
@ -118,9 +118,10 @@ bootstrap/
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Bootstrap 101 Template</title>
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title>Bootstrap 101 Template</title>
|
||||||
|
|
||||||
<!-- Bootstrap -->
|
<!-- Bootstrap -->
|
||||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
@ -145,7 +146,7 @@ bootstrap/
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Template
|
<!-- Examples
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<div class="bs-docs-section">
|
<div class="bs-docs-section">
|
||||||
<h1 id="examples" class="page-header">Examples</h1>
|
<h1 id="examples" class="page-header">Examples</h1>
|
||||||
@ -325,7 +326,7 @@ bootstrap/
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Template
|
<!-- Disabling responsiveness
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<div class="bs-docs-section">
|
<div class="bs-docs-section">
|
||||||
<h1 id="disable-responsive" class="page-header">Disabling responsiveness</h1>
|
<h1 id="disable-responsive" class="page-header">Disabling responsiveness</h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user