mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 15:16:51 +02:00
more subhead/jumbotron tweaks for docs
This commit is contained in:
@@ -49,6 +49,7 @@ section > ul li {
|
||||
margin-bottom: 20px;
|
||||
padding: 30px 15px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
background-color: #b94a48;
|
||||
}
|
||||
.bs-docs-jumbotron h1 {
|
||||
@@ -86,8 +87,6 @@ section > ul li {
|
||||
------------------------- */
|
||||
.masthead {
|
||||
/*padding: 70px 0 80px;*/
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
.masthead h1 {
|
||||
/*font-size: 120px;*/
|
||||
@@ -111,21 +110,6 @@ section > ul li {
|
||||
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
|
||||
@@ -180,7 +164,7 @@ section > ul li {
|
||||
/* Base class */
|
||||
.bs-docs-example {
|
||||
position: relative;
|
||||
padding: 14px;
|
||||
padding: 39px 14px 14px;
|
||||
margin-bottom: -1px;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
@@ -207,9 +191,10 @@ section > ul li {
|
||||
}
|
||||
|
||||
/* Tweak content of examples for optimum awesome */
|
||||
.bs-docs-example p:last-child,
|
||||
.bs-docs-example ul:last-child,
|
||||
.bs-docs-example ol:last-child {
|
||||
.bs-docs-example > p:last-child,
|
||||
.bs-docs-example > ul:last-child,
|
||||
.bs-docs-example > ol:last-child,
|
||||
.bs-docs-example > blockquote:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user