- 06 Jan, 2016 1 commit
-
-
Mark Otto authored
- add more details on custom checkboxes and radios for how we handle the states and how the css works - create a disabled custom checkboxes and radios example
-
- 05 Jan, 2016 1 commit
-
-
Mark Otto authored
-
- 04 Jan, 2016 10 commits
- 01 Jan, 2016 3 commits
-
-
Chris Rebert authored
* https://bugs.webkit.org/show_bug.cgi?id=152637 * http://openradar.appspot.com/24030853 [ci skip]
-
Chris Rebert authored
[ci skip]
-
Chris Rebert authored
[ci skip]
-
- 30 Dec, 2015 1 commit
-
-
Patrick H. Lauke authored
-
- 27 Dec, 2015 2 commits
-
-
Patrick H. Lauke authored
As per our browser compat policy, we only claim support for latest versions of Opera on desktop. Current Opera is version 34. From testing, IE11 does support `pointer-events:none` just fine now.
-
Bass Jobsen authored
content had already been wrapped in the `<div class="col-md-3 col-md-push-9 bd-sidebar">`
-
- 26 Dec, 2015 5 commits
-
-
Patrick H. Lauke authored
to harmonise it with the callout given in pagination
-
Patrick H. Lauke authored
-
Patrick H. Lauke authored
-
Jerry Cheung authored
Remove 'including'.
-
Patrick H. Lauke authored
"Go somewhere" is more descriptive of an example link, rather than a button that triggers in-page functionality. Also makes it consistent with all other examples in this page
-
- 25 Dec, 2015 9 commits
-
-
Patrick H. Lauke authored
also, stray "blocks" in the "Sample output", which doesn't seem to belong there.
-
Patrick H. Lauke authored
-
Patrick H. Lauke authored
-
Patrick H. Lauke authored
...as per the text immediately preceding this example
-
Patrick H. Lauke authored
use `<code>` (as it's still semantically code that we're marking up) and make the example actually multiple lines...
-
Patrick H. Lauke authored
-
Chris Rebert authored
[skip sauce]
-
Chris Rebert authored
[skip sauce]
-
Chris Rebert authored
[skip sauce]
-
- 24 Dec, 2015 8 commits
-
-
Patrick H. Lauke authored
Use the structure as documented in http://v4-alpha.getbootstrap.com/components/navbar/#collapsible-content - wrapping both the toggle and the navigation in a `<nav>`, using a `<ul>` for the navigation items
-
Patrick H. Lauke authored
It's unclear why the example currently has the content that's shown/hidden BEFORE the toggle. Generally, this is not a recommended content order, as after toggling, the newly shown content precedes the toggle and requires keyboard users, and particularly assistive technology users, to then navigate in reverse to reach it.
-
Patrick H. Lauke authored
-
Patrick H. Lauke authored
-
XhmikosR authored
[ci skip]
-
Patrick H. Lauke authored
-
Patrick H. Lauke authored
Based on v3 http://getbootstrap.com/css/#forms-help-text, adapted to make examples more "real life"
-
Chris Rebert authored
Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors, so as to no longer require the usage of `<ol>`-based markup. Rename variables to follow naming conventions: * $breadcrumb-padding-vertical => $breadcrumb-padding-y * $breadcrumb-padding-horizontal => $breadcrumb-padding-x Introduce new variable: $breadcrumb-item-padding [skip sauce]
-