aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-17 19:33:30 -0700
committerMark Otto <[email protected]>2013-07-17 19:33:30 -0700
commit542e03ae3a2209b87e4db999b6ea869faf9293a9 (patch)
treed7dd6d8784884eb96b0d7bb7d6a33bd62baa61f5 /docs/assets/css
parent06d47b008233c487844146cf1cc037d691068a0a (diff)
parentb4e0e4fee65fb50f7981d28bb875083e0da1a303 (diff)
downloadbootstrap-542e03ae3a2209b87e4db999b6ea869faf9293a9.tar.xz
bootstrap-542e03ae3a2209b87e4db999b6ea869faf9293a9.zip
Merge branch '3.0.0-docs-calloutfam' of https://github.com/juthilo/bootstrap-wip into juthilo-3.0.0-docs-calloutfam
Conflicts: docs/components.html docs/css.html docs/customize.html
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/docs.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index a6d106989..aae9e0635 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -222,11 +222,10 @@ body {
/* Side notes for calling out things
-------------------------------------------------- */
+/* Base styles (regardless of theme) */
.bs-callout {
margin: 20px 0;
padding: 15px 30px 15px 15px;
- background-color: #fcf2f2;
- border-left: 5px solid #df7c7b;
}
.bs-callout h4 {
margin-top: 0;
@@ -239,6 +238,20 @@ body {
background-color: #fff;
}
+/* Themes for different contexts */
+.bs-callout-danger {
+ background-color: #fcf2f2;
+ border-left: 5px solid #df7c7b;
+}
+.bs-callout-warning {
+ background-color: #fefbed;
+ border-left: 5px solid #f5d659;
+}
+.bs-callout-info {
+ background-color: #f0f7fd;
+ border-left: 5px solid #55a9e1;
+}
+
/* Special grid styles