- 07 Jan, 2016 1 commit
-
-
Mark Otto authored
-
- 08 Dec, 2015 1 commit
-
-
Chris Rebert authored
Both widgets need to use the same border width because of input groups. Thus: $btn-border-width => $input-btn-border-width $input-border-width => $input-btn-border-width [skip sauce]
-
- 07 Dec, 2015 1 commit
-
-
Mark Otto authored
-
- 15 Nov, 2015 1 commit
-
-
Chris Rebert authored
Refs #18253 [skip sauce]
-
- 23 Aug, 2015 1 commit
-
-
Mark Otto authored
-
- 18 Aug, 2015 1 commit
-
-
Mark Otto authored
-
- 14 Aug, 2015 1 commit
-
-
Mark Otto authored
- no real need for everything to be 100% shared - padding looked and felt too large for inputs but not for buttons - tying forms and buttons seems fine, but throwing in pagination feels wrong
-
- 23 Jun, 2015 2 commits
- 22 Jun, 2015 1 commit
-
-
Mark Otto authored
-
- 27 Apr, 2015 1 commit
-
-
Mark Otto authored
-
- 26 Apr, 2015 1 commit
-
-
Mark Otto authored
-
- 23 Apr, 2015 1 commit
-
-
Mark Otto authored
-
- 18 Apr, 2015 1 commit
-
-
Mark Otto authored
-
- 22 Jan, 2015 1 commit
-
-
Chris Rebert authored
-
- 11 Dec, 2014 1 commit
-
-
Mark Otto authored
-
- 02 Dec, 2014 1 commit
-
-
Mark Otto authored
-
- 21 Sep, 2014 1 commit
-
-
Mark Otto authored
-
- 04 Aug, 2014 1 commit
-
-
Mark Otto authored
-
- 08 Jul, 2014 1 commit
-
-
Mark Otto authored
-
- 26 Apr, 2014 1 commit
-
-
Nick Schonning authored
Flagged upstream in bootstrap-sass by scss-lint
-
- 11 Feb, 2014 1 commit
-
- 16 Dec, 2013 1 commit
-
-
Sebastian Podjasek authored
Fix handling of btn-group placed inside input-group-btn (used for mixing dropdowns with normal buttons)
-
- 15 Dec, 2013 1 commit
-
- 10 Dec, 2013 1 commit
-
-
Tobias Lindig authored
-
- 30 Nov, 2013 1 commit
-
-
Mark Otto authored
Fixes #11351: Correct grid class reset on input groups by using attribute selector, not an old class from v3 betas
-
- 09 Nov, 2013 1 commit
-
-
Zlatan Vasović authored
-
- 06 Sep, 2013 1 commit
-
-
Mark Otto authored
-
- 01 Sep, 2013 1 commit
-
-
Mark Otto authored
-
- 15 Aug, 2013 1 commit
-
-
Chris Rebert authored
-
- 13 Aug, 2013 1 commit
-
-
Mark Otto authored
-
- 12 Aug, 2013 2 commits
-
-
Mark Otto authored
Instead of applying `.btn-` or `.input-` to individual elements in button and input groups, we now have new sizing classes to keep your markup a little leaner. * Add `.input-group-sm` or `.input-group-lg` to your `.input-group` to replicate `.input-sm` and `.input-lg`, respectively. * Add `.btn-group-xs`, `.btn-group-sm`, or `.btn-group-lg` to your `.btn-group` to replicate `.btn-xs`, `.btn-sm`, and `. btn-lg`, respectively. Both sets of new sizing classes simply use the existing individual sizing classes as mixins, so customization of them is automatically inherited when compiling.
-
Mark Otto authored
-
- 05 Aug, 2013 3 commits
- 04 Aug, 2013 2 commits
-
-
Chris Rebert authored
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
-
liuyl authored
-
- 03 Aug, 2013 1 commit
-
- 01 Aug, 2013 1 commit
-
-
Bass Jobsen authored
align inline radio and checkbox groups with their label for horizontal forms, see http://stackoverflow.com/q/17990310/1596547 (Question 2)
-