docs
components
button-group.md +2 -2
input-group.md +8 -8
navbar.md +9 -9
examples
carousel
index.html +1 -1
dashboard
index.html +1 -1
jumbotron
index.html +1 -1
navbar-top
index.html +1 -1
navbar-top-fixed
index.html +1 -1
navbars
index.html +3 -3
offcanvas
index.html +1 -1
starter-template
index.html +1 -1
sticky-footer-navbar
index.html +1 -1
+ 2
- 2
@@ -59,7 +59,7 @@ Feel free to mix input groups with button groups in your toolbars. Similar to th
@@ -72,7 +72,7 @@ Feel free to mix input groups with button groups in your toolbars. Similar to th
+ 8
- 8
@@ -19,11 +19,11 @@ Place one add-on or button on either side of an input. You may also place one on
@@ -53,12 +53,12 @@ Add the relative form sizing classes to the `.input-group` itself and contents w
@@ -124,12 +124,12 @@ Buttons in input groups must wrapped in a `.input-group-btn` for proper alignmen
@@ -143,7 +143,7 @@ Buttons in input groups must wrapped in a `.input-group-btn` for proper alignmen
@@ -240,4 +240,4 @@ Buttons in input groups must wrapped in a `.input-group-btn` for proper alignmen
The exact technique to be used (`<label>` elements hidden using the `.sr-only` class, or use of the `aria-label`, `aria-labelledby`, `aria-describedby`, `title` or `placeholder` attribute) and what additional information will need to be conveyed will vary depending on the exact type of interface widget you're implementing. The examples in this section provide a few suggested, case-specific approaches.
The exact technique to be used (`<label>` elements hidden using the `.sr-only` class, or use of the `aria-label` and `aria-labelledby` attributes, possibly in combination with `aria-describedby`) and what additional information will need to be conveyed will vary depending on the exact type of interface widget you're implementing. The examples in this section provide a few suggested, case-specific approaches.
+ 9
- 9
@@ -57,7 +57,7 @@ Here's an example of all the sub-components included in a responsive light-theme
@@ -192,7 +192,7 @@ Place various form controls and components within a navbar with `.form-inline`.
@@ -204,7 +204,7 @@ Align the contents of your inline forms with utilities as needed.
@@ -217,7 +217,7 @@ Input groups work, too:
@@ -300,7 +300,7 @@ Theming the navbar has never been easier thanks to the combination of theming cl
@@ -328,7 +328,7 @@ Theming the navbar has never been easier thanks to the combination of theming cl
@@ -356,7 +356,7 @@ Theming the navbar has never been easier thanks to the combination of theming cl
@@ -458,7 +458,7 @@ With no `.navbar-brand` shown in lowest breakpoint:
@@ -516,7 +516,7 @@ With a toggler on the left and brand name on the right:
@@ -35,7 +35,7 @@
@@ -39,7 +39,7 @@