0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01: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 %} {% include nav-main.html %}
<!-- Docs page layout --> <!-- Docs page layout -->
<div class="bs-docs-header"> <div class="bs-header">
<div class="container"> <div class="container">
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
<p>{{ page.lead }}</p> <p>{{ page.lead }}</p>

View File

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