Commit e5e5f661 authored by Mark Otto's avatar Mark Otto

.bs-docs-header to .bs-header

parent 67b7a2fc
......@@ -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>
......
......@@ -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;
}
......
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