2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Normalize examples and update where relevant.

This commit is contained in:
Bardi Harborow
2016-10-20 01:45:00 +11:00
parent dd22d99254
commit ba49d709ba
10 changed files with 40 additions and 39 deletions
+3 -2
View File
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
@@ -20,12 +21,12 @@
<body>
<div class="collapse" id="navbar-header">
<div class="container-fluid bg-inverse p-1">
<div class="container-fluid bg-inverse text-white pt-1">
<h3>Collapsed content</h3>
<p>Toggleable via the navbar brand.</p>
</div>
</div>
<div class="navbar navbar-light bg-faded navbar-static-top mb-1">
<div class="navbar navbar-light bg-faded mb-1">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-header" aria-controls="navbar-header" aria-expanded="false" aria-label="Toggle navigation"></button>
</div>