1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

.bs-docs-header to .bs-header

This commit is contained in:
Mark Otto 2013-05-08 22:51:44 -07:00
parent 67b7a2fc34
commit e5e5f6616c
2 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@
{% include nav-main.html %}
<!-- Docs page layout -->
<div class="bs-docs-header">
<div class="bs-header">
<div class="container">
<h1>{{ page.title }}</h1>
<p>{{ page.lead }}</p>

View file

@ -89,17 +89,17 @@ body {
-------------------------------------------------- */
/* Page headers */
.bs-docs-header {
.bs-header {
padding: 30px 30px 40px;
font-size: 16px;
color: #5a5a5a;
text-align: center;
border-bottom: 1px solid #ddd;
}
.bs-docs-header h1 {
.bs-header h1 {
color: #b94a48;
}
.bs-docs-header p {
.bs-header p {
font-weight: 300;
line-height: 1.5;
}
@ -668,11 +668,11 @@ input.focused {
bottom: 15px;
}
.bs-docs-header {
.bs-header {
font-size: 21px;
text-align: left;
}
.bs-docs-header h1 {
.bs-header h1 {
font-size: 60px;
line-height: 1;
}