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:
parent
67b7a2fc34
commit
e5e5f6616c
@ -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 {
|
|||||||
-------------------------------------------------- */
|
-------------------------------------------------- */
|
||||||
|
|
||||||
/* 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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user