diff options
| author | Mark Otto <[email protected]> | 2013-01-18 01:37:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-18 01:37:31 -0800 |
| commit | 82bfa965a7f59ff9b3a40d3ea7fca18de216230b (patch) | |
| tree | 33ddb2fb8e98ca3b15fd98bc530995f3387e07b2 /docs/examples | |
| parent | d4cb7077fe4405557b4b4a2f5999578be342f7e0 (diff) | |
| download | bootstrap-82bfa965a7f59ff9b3a40d3ea7fca18de216230b.tar.xz bootstrap-82bfa965a7f59ff9b3a40d3ea7fca18de216230b.zip | |
cleanup more examples
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/justified-nav.html | 3 | ||||
| -rw-r--r-- | docs/examples/signin.html | 41 |
2 files changed, 25 insertions, 19 deletions
diff --git a/docs/examples/justified-nav.html b/docs/examples/justified-nav.html index 1579797be..72dbd2e70 100644 --- a/docs/examples/justified-nav.html +++ b/docs/examples/justified-nav.html @@ -1,9 +1,8 @@ - <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> - <title>Narrow page template · Bootstrap</title> + <title>Justified nav template · Bootstrap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> diff --git a/docs/examples/signin.html b/docs/examples/signin.html index 031052789..6531143cb 100644 --- a/docs/examples/signin.html +++ b/docs/examples/signin.html @@ -2,14 +2,30 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Sign in · Twitter Bootstrap</title> + <title>Sign in form template · Bootstrap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> - <!-- Le styles --> + <!-- Bootstrap core CSS --> <link href="../assets/css/bootstrap.css" rel="stylesheet"> - <style type="text/css"> + + <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> + <!--[if lt IE 9]> + <script src="../assets/js/html5shiv.js"></script> + <script src="../assets/js/respond/respond.min.js"></script> + <![endif]--> + + <!-- Fav and touch icons --> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png"> + <link rel="shortcut icon" href="../assets/ico/favicon.png"> + + <!-- Custom styles for this template --> + <style> + body { padding-top: 40px; padding-bottom: 40px; @@ -42,23 +58,12 @@ } </style> - <link href="../assets/css/bootstrap-responsive.css" rel="stylesheet"> - - <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> - <!--[if lt IE 9]> - <script src="../assets/js/html5shiv.js"></script> - <![endif]--> - - <!-- Fav and touch icons --> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png"> - <link rel="shortcut icon" href="../assets/ico/favicon.png"> </head> <body> + + <div class="container"> <form class="form-signin"> @@ -73,7 +78,9 @@ </div> <!-- /container --> - <!-- Le javascript + + + <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="../assets/js/jquery.js"></script> |
