body {
position: relative; /* For scrollyspy */
- padding-top: 50px;
+ padding-top: 50px; /* Account for fixed navbar */
}
-/* Top nav and header */
+
+
+/* Top nav and header
+-------------------------------------------------- */
+
.bs-docs-nav {
background-color: #b94a48;
}
}
-hr {
- margin-top: 30px;
- margin-bottom: 30px;
-}
-
-
-
-.bs-docs-dl-options h4 {
- margin-top: 15px;
- margin-bottom: 5px;
-}
-
-/*
-.bs-docs-container,
-.bs-home-container {
- padding-left: 15px;
- padding-right: 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 h4 {
- margin-top: 0;
-}
-.bs-docs-sidenote p:last-child {
- margin-bottom: 0;
-}
-.bs-docs-sidenote code,
-.bs-docs-sidenote .highlight {
- background-color: #fff;
-}
-
-
/* Homepage masthead
-------------------------------------------------- */
+/* 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 h4 {
+ margin-top: 0;
+}
+.bs-docs-sidenote p:last-child {
+ margin-bottom: 0;
+}
+.bs-docs-sidenote code,
+.bs-docs-sidenote .highlight {
+ background-color: #fff;
+}
+
+
+
/* Special grid styles
-------------------------------------------------- */
}
+
/* Example templates
-------------------------------------------------- */
color: #bebec5;
}
-
-
-/* Docs gallery
--------------------------------------------------- */
-
-.bs-docs-gallery .thumbnail {
- max-width: 400px;
- margin: 0 auto 20px;
+/* Better spacing on download options in getting started */
+.bs-docs-dl-options h4 {
+ margin-top: 15px;
+ margin-bottom: 5px;
}
+
/* Responsive variations
-------------------------------------------------- */