2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Remove docs and prettify css from examples thus far; update narrow page

This commit is contained in:
Mark Otto
2013-01-17 20:39:38 -08:00
parent 56f8b735a5
commit 70fca06f25
3 changed files with 31 additions and 35 deletions
+3 -7
View File
@@ -10,10 +10,6 @@
<!-- Bootstrap core CSS -->
<link href="../assets/css/bootstrap.css" rel="stylesheet">
<!-- Documentation extras -->
<link href="../assets/css/docs.css" rel="stylesheet">
<link href="../assets/js/google-code-prettify/prettify.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
@@ -29,13 +25,13 @@
<!-- Custom styles for this template -->
<style>
body {
padding-top: 80px;
}
.navbar-form input[type="text"],
.navbar-form input[type="password"] {
width: 180px;
}
.jumbotron {
margin-top: 20px;
}
</style>
</head>