aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-18 13:07:49 -0700
committerMark Otto <[email protected]>2013-07-18 13:07:49 -0700
commita34470ac5dedab1fbddcb674df0d54e6e87e36bc (patch)
tree554cdfdcbb663ad94dd493bf46e5f0a33294d2f9 /docs/assets
parent9425382376133c9db7a7fa55bb78acf07e2f167e (diff)
parent3ad0cf9e9417cc86ca6d18f2d47049e9180aef99 (diff)
downloadbootstrap-a34470ac5dedab1fbddcb674df0d54e6e87e36bc.tar.xz
bootstrap-a34470ac5dedab1fbddcb674df0d54e6e87e36bc.zip
Merge branch 'bs3_old_docs_callout' into bs3_rc1
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/css/docs.css56
1 files changed, 26 insertions, 30 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 38a1369da..6a493b6af 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -13,6 +13,19 @@ body {
padding-top: 50px; /* Account for fixed navbar */
}
+/* Custom docs button */
+.btn-bs {
+ color: #b94a48;
+ background-color: #fff;
+ border-color: #e5e5e5;
+}
+.btn-bs:hover,
+.btn-bs:active {
+ color: #fff;
+ background-color: #b94a48;
+ border-color: #b94a48;
+}
+
/* Top nav and header
@@ -43,6 +56,15 @@ body {
border-color: #993c3a;
}
+/* Old docs callout */
+.bs-old-docs {
+ padding: 15px 20px;
+ color: #777;
+ border-bottom: 1px solid #e5e5e5;
+}
+.bs-old-docs strong {
+ color: #555;
+}
/* Homepage masthead
@@ -63,20 +85,11 @@ body {
}
/* Download button */
-.bs-masthead .btn {
+.bs-masthead .btn-bs {
margin-top: 5px;
margin-bottom: 5px;
padding: 18px 24px;
font-size: 21px;
- color: #b94a48; /* redeclare to override the `.jumbotron a` */
- background-color: #fff;
- border-color: #e5e5e5;
-}
-.bs-masthead .btn:hover,
-.bs-masthead .btn:active {
- color: #fff; /* redeclare to override the `.jumbotron a` */
- background-color: #b94a48;
- border-color: #b94a48;
}
/* Textual links */
@@ -95,12 +108,10 @@ body {
}
+
/* Customize and Download button
-------------------------------------------------- */
-.bs-customizer {
-
-}
.bs-customizer .toggle {
float: right;
}
@@ -116,23 +127,8 @@ body {
background-color: #fafafa;
}
-
.bs-customize-download {
- text-align:center;
-}
-.bs-customize-download .btn {
- margin-top: 5px;
- margin-bottom: 5px;
- padding: 18px 24px;
- font-size: 21px;
- color: #b94a48;
- background-color: #fff;
- border-color: #b94a48;
-}
-.bs-customize-download .btn:hover,
-.bs-customize-download .btn:active {
- color: #fff;
- background-color: #b94a48;
+ text-align: center;
}
@@ -146,7 +142,7 @@ body {
font-size: 16px;
color: #5a5a5a;
text-align: center;
- border-bottom: 1px solid #ddd;
+ border-bottom: 1px solid #e5e5e5;
}
.bs-header h1 {
color: #b94a48;