diff --git a/_includes/nav-css.html b/_includes/nav-css.html index f0279c61b3..02ac821bda 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -112,6 +112,7 @@
<section>
should be wrapped as inline.
Grid variables and mixins are covered within the Grid system section.
+Bootstrap can be used in at least two ways: with the compiled CSS or with the source LESS files. To compile the LESS files, visit the README for how to setup your development environment to run the necessary commands.
+Third party compilation tools may work with Bootstrap, but they are not supported by our core team.
+Variables are used throughout the entire project as a way to centralize and share commonly used values like colors, spacing, or font stacks. For a complete breakdown, please see the Customizer.
diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index 952271ad95..6a23326167 100644 --- a/docs-assets/css/docs.css +++ b/docs-assets/css/docs.css @@ -1289,6 +1289,9 @@ h1[id] { } /* Examples gallery: space out content better */ +.bs-examples .thumbnail { + margin-bottom: 10px; +} .bs-examples h4 { margin-bottom: 5px; } diff --git a/getting-started.html b/getting-started.html index 286058ba4f..1dc60d4244 100644 --- a/getting-started.html +++ b/getting-started.html @@ -157,6 +157,7 @@ bootstrap/Build on the basic template above with Bootstrap's many components. See also Customizing Bootstrap for tips on maintaining your own Bootstrap variants.
+Create a custom navbar with justified links. Heads up! Not too WebKit friendly.
+Attach a footer to the bottom of the viewport with a fixed navbar at the top.
Create a custom navbar with justified links. Heads up! Not too WebKit friendly.
-