aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-16 11:45:16 -0800
committerMark Otto <[email protected]>2013-01-16 11:45:16 -0800
commit6ac6be2a5e28c39c5fe359c6b4d8270ad324a094 (patch)
tree6be482ee65db2f525f826cb64b28ca7fe5429c73 /docs/assets/css/docs.css
parent0df7411362bbfb1497c37d66e224ec88e34ffb8e (diff)
downloadbootstrap-6ac6be2a5e28c39c5fe359c6b4d8270ad324a094.tar.xz
bootstrap-6ac6be2a5e28c39c5fe359c6b4d8270ad324a094.zip
more subhead/jumbotron tweaks for docs
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css27
1 files changed, 6 insertions, 21 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 002735b6a..8536a4ada 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -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;
}