Skip to content

Commit 82bfa96

Browse files
committed
cleanup more examples
1 parent d4cb707 commit 82bfa96

File tree

2 files changed

+25
-19
lines changed

2 files changed

+25
-19
lines changed

docs/examples/justified-nav.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
21
<!DOCTYPE html>
32
<html lang="en">
43
<head>
54
<meta charset="utf-8">
6-
<title>Narrow page template &middot; Bootstrap</title>
5+
<title>Justified nav template &middot; Bootstrap</title>
76
<meta name="viewport" content="width=device-width, initial-scale=1.0">
87
<meta name="description" content="">
98
<meta name="author" content="">

docs/examples/signin.html

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,30 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Sign in &middot; Twitter Bootstrap</title>
5+
<title>Sign in form template &middot; Bootstrap</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="description" content="">
88
<meta name="author" content="">
99

10-
<!-- Le styles -->
10+
<!-- Bootstrap core CSS -->
1111
<link href="../assets/css/bootstrap.css" rel="stylesheet">
12-
<style type="text/css">
12+
13+
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
14+
<!--[if lt IE 9]>
15+
<script src="../assets/js/html5shiv.js"></script>
16+
<script src="../assets/js/respond/respond.min.js"></script>
17+
<![endif]-->
18+
19+
<!-- Fav and touch icons -->
20+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
21+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
22+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
23+
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
24+
<link rel="shortcut icon" href="../assets/ico/favicon.png">
25+
26+
<!-- Custom styles for this template -->
27+
<style>
28+
1329
body {
1430
padding-top: 40px;
1531
padding-bottom: 40px;
@@ -42,23 +58,12 @@
4258
}
4359

4460
</style>
45-
<link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">
46-
47-
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
48-
<!--[if lt IE 9]>
49-
<script src="../assets/js/html5shiv.js"></script>
50-
<![endif]-->
51-
52-
<!-- Fav and touch icons -->
53-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
54-
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
55-
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
56-
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
57-
<link rel="shortcut icon" href="../assets/ico/favicon.png">
5861
</head>
5962

6063
<body>
6164

65+
66+
6267
<div class="container">
6368

6469
<form class="form-signin">
@@ -73,7 +78,9 @@ <h2 class="form-signin-heading">Please sign in</h2>
7378

7479
</div> <!-- /container -->
7580

76-
<!-- Le javascript
81+
82+
83+
<!-- Bootstrap core JavaScript
7784
================================================== -->
7885
<!-- Placed at the end of the document so the pages load faster -->
7986
<script src="../assets/js/jquery.js"></script>

0 commit comments

Comments
 (0)