aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-01 00:34:58 -0700
committerMark Otto <[email protected]>2013-04-01 00:34:58 -0700
commit19d5e616685cc0ad72c216e04a69758bf0ed67bf (patch)
treed635c3047bec4dfbbcc6f159b815ac7e1a536a65 /docs/assets/css
parent7bee10a5ef240cd6dc738998b8ff64dd75df3804 (diff)
downloadbootstrap-19d5e616685cc0ad72c216e04a69758bf0ed67bf.tar.xz
bootstrap-19d5e616685cc0ad72c216e04a69758bf0ed67bf.zip
clearer separation with section headers; simpler customizing copy
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/docs.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index b5f565cd3..fc653277e 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -48,6 +48,16 @@ body {
bottom: 15px;
}
+/* Side notes for calling out things */
+.bs-docs-sidenote {
+ margin: 20px 0;
+ padding: 15px 30px 15px 15px;
+ background-color: #fcf2f2;
+ border-left: 5px solid #df7c7b;
+}
+.bs-docs-sidenote p:last-child {
+ margin-bottom: 0;
+}
/* Sections
@@ -75,13 +85,13 @@ section > ul li {
.bs-docs-section-header {
padding-top: 60px;
- color: #8a8a8a;
+ color: #b94a48;
+ border-bottom: 5px solid #b94a48;
}
.bs-docs-section-header h1 {
font-size: 80px;
font-size: 8rem;
line-height: 1;
- color: #b94a48;
}
/* Base class */