Commit 0dc26b2e authored by Julian Thilo's avatar Julian Thilo

Make head elements order uniform across templates and examples

parent 4f1852d5
...@@ -118,9 +118,10 @@ bootstrap/ ...@@ -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/ ...@@ -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/ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment