- 21 Jul, 2016 1 commit
-
-
Patrick Yeo authored
-
- 17 Jul, 2016 1 commit
-
-
Pvanhesteren authored
Clarify valid values of Carousel's `pause` option Fixes #18205 [skip sauce]
-
- 13 Jun, 2016 1 commit
-
- 13 May, 2016 1 commit
-
-
Heiko Jansen authored
Since the "remote" option is no longer available in v4 the reference to the "loaded.bs.modal" event is no longer needed, too.
-
- 12 May, 2016 1 commit
-
-
Mark Otto authored
-
- 11 May, 2016 2 commits
-
-
Mark Otto authored
-
Mark Otto authored
- Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size - Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed - Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button
-
- 10 May, 2016 1 commit
-
-
Mark Otto authored
- Includes new class - New docs to support it - Rearranged older docs
-
- 09 May, 2016 6 commits
- 08 May, 2016 3 commits
-
-
Mark Otto authored
- Move disabled radio and checkbox styles to Reboot - Collapse .radio and .checkbox into single class, .form-check - Collapse .radio-inline and .checkbox-inline into single class, .form-check-inline - Require classes for sub-elements in both new classes
-
Mark Otto authored
-
Mark Otto authored
-
- 15 Apr, 2016 1 commit
-
-
Chris Rebert authored
[ci skip]
-
- 10 Apr, 2016 1 commit
-
-
Patrick H. Lauke authored
-
- 09 Apr, 2016 2 commits
-
-
Mark Otto authored
- 06 Apr, 2016 2 commits
-
-
Teo Dell'Amico authored
Refs #19665 [skip sauce]
-
Chris Rebert authored
[skip sauce]
-
- 02 Apr, 2016 1 commit
-
-
Kay.L authored
[skip sauce]
-
- 11 Mar, 2016 2 commits
-
-
Floris Verburg authored
-
Floris Verburg authored
-
- 10 Mar, 2016 1 commit
-
-
Floris Verburg authored
-
- 07 Mar, 2016 1 commit
-
-
Chris Rebert authored
The modal backdrop positioning bug related to iOS' virtual keyboard doesn't seem to reproduce in iOS 8.0+. (Possibly as a side-effect of https://bugs.webkit.org/show_bug.cgi?id=153224 ) Refs #9023 [skip sauce]
-
- 25 Feb, 2016 1 commit
-
-
Paul Rose authored
-
- 19 Feb, 2016 5 commits
-
-
Patrick H. Lauke authored
-
XhmikosR authored
[skip sauce]
-
Jeremy Kratz authored
Fixes #18493 Closes #18836 [skip sauce]
-
Russell Beye authored
Add documentation to components/utilities to publicly expose the .pos-f-t utility class to users. Closes #18799 [skip sauce]
-
Tobias authored
It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map. Example: ``` $spacers: ( 0: ( x: 0, y: 0 ), 1: ( x: $spacer-x, y: $spacer-y ), 2: ( x: ($spacer-x * 1.5), y: ($spacer-y * 1.5) ), 3: ( x: ($spacer-x * 3), y: ($spacer-y * 3) ), 4: ( x: ($spacer-x * 5), y: ($spacer-y * 5) ) ); ``` Closes #18706 [skip sauce]
-
- 17 Feb, 2016 1 commit
-
-
Patrick H. Lauke authored
- Add/replace callout for color and AT with include
-
- 16 Feb, 2016 1 commit
-
-
Igor Tarasov authored
This one was overlooked at edit See #17719 and #19199
-
- 11 Feb, 2016 2 commits
-
-
Ameya Pandilwar authored
-
Ameya Pandilwar authored
-
- 09 Feb, 2016 2 commits
-
-
Mark Otto authored