Commit 6ac6be2a authored by Mark Otto's avatar Mark Otto
Browse files

more subhead/jumbotron tweaks for docs

parent 0df74113
Showing with 6 additions and 21 deletions
+6 -21
...@@ -49,6 +49,7 @@ section > ul li { ...@@ -49,6 +49,7 @@ section > ul li {
margin-bottom: 20px; margin-bottom: 20px;
padding: 30px 15px; padding: 30px 15px;
color: #fff; color: #fff;
text-align: center;
background-color: #b94a48; background-color: #b94a48;
} }
.bs-docs-jumbotron h1 { .bs-docs-jumbotron h1 {
...@@ -86,8 +87,6 @@ section > ul li { ...@@ -86,8 +87,6 @@ section > ul li {
------------------------- */ ------------------------- */
.masthead { .masthead {
/*padding: 70px 0 80px;*/ /*padding: 70px 0 80px;*/
color: #fff;
text-align: center;
} }
.masthead h1 { .masthead h1 {
/*font-size: 120px;*/ /*font-size: 120px;*/
...@@ -111,21 +110,6 @@ section > ul li { ...@@ -111,21 +110,6 @@ section > ul li {
color: rgba(255,255,255,.25); color: rgba(255,255,255,.25);
} }
/* Subhead (other pages)
------------------------- */
.subhead {
text-align: left;
}
.subhead h1 {
font-size: 60px;
}
.subhead p {
margin-bottom: 20px;
}
.subhead .navbar {
display: none;
}
/* Marketing section of Overview /* Marketing section of Overview
...@@ -180,7 +164,7 @@ section > ul li { ...@@ -180,7 +164,7 @@ section > ul li {
/* Base class */ /* Base class */
.bs-docs-example { .bs-docs-example {
position: relative; position: relative;
padding: 14px; padding: 39px 14px 14px;
margin-bottom: -1px; margin-bottom: -1px;
border: 1px solid #ddd; border: 1px solid #ddd;
} }
...@@ -207,9 +191,10 @@ section > ul li { ...@@ -207,9 +191,10 @@ section > ul li {
} }
/* Tweak content of examples for optimum awesome */ /* Tweak content of examples for optimum awesome */
.bs-docs-example p:last-child, .bs-docs-example > p:last-child,
.bs-docs-example ul:last-child, .bs-docs-example > ul:last-child,
.bs-docs-example ol:last-child { .bs-docs-example > ol:last-child,
.bs-docs-example > blockquote:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
......
Supports Markdown
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