Commit e5e5f661 authored by Mark Otto's avatar Mark Otto

.bs-docs-header to .bs-header

parent 67b7a2fc
...@@ -11,7 +11,7 @@ ...@@ -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>
......
...@@ -89,17 +89,17 @@ body { ...@@ -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 { ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment