- 03 Oct, 2016 1 commit
-
- 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
-
- 07 Feb, 2016 1 commit
-
-
Mark Otto authored
-
- 06 Feb, 2016 1 commit
-
-
Mark Otto authored
-
- 13 Jan, 2016 1 commit
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 09 Jan, 2016 1 commit
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 08 Jan, 2016 1 commit
-
-
Mark Otto authored
- New vars - New function for stripping units so we can combine rems and ems in math functions - Add new classes for sizing and spacing around the split dropdown toggle so that the caret isn't misaligned
-
- 07 Jan, 2016 1 commit
-
-
Chris Rebert authored
[skip sauce]
-
- 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
-
- 04 Dec, 2015 1 commit
-
-
Chris Rebert authored
Fixes half of #18425 [skip sauce] [skip validator]
-
- 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 1 commit
-
-
Mark Otto authored
-
- 22 Jun, 2015 1 commit
-
-
Mark Otto authored
-
- 18 Apr, 2015 1 commit
-
-
Mark Otto authored
-
- 09 Mar, 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
-
- 04 Aug, 2014 1 commit
-
-
Mark Otto authored
-
- 09 Jul, 2014 2 commits
- 08 Jul, 2014 1 commit
-
-
Mark Otto authored
-
- 06 Jul, 2014 1 commit
-
-
Mark Otto authored
-
- 10 May, 2014 1 commit
-
-
Daniel authored
commit 81324491f4913d6797c3c9e4df83a1aefd7d9116 Author: Daniel <dano.husar@gmail.com> Date: Sat May 10 17:37:29 2014 +0100 use opacity mixin commit 694b0a3fcd196e8cba9e4c23850f903c0804cb44 Author: Daniel Husar <dano.husar@gmail.com> Date: Fri May 9 13:47:35 2014 +0100 Update button-groups.less
-
- 17 Apr, 2014 1 commit
-
-
Iqbal Kabir authored
It seems that dropdown-menu in justified button-group appears at the far left of the group. Check the problem in [Bootstrap site](http://getbootstrap.com/components/#btn-groups-justified).
-
- 10 Mar, 2014 1 commit
-
-
Zlatan Vasović authored
-
- 07 Mar, 2014 1 commit
-
-
Mark Otto authored
-
- 19 Feb, 2014 1 commit
-
-
Demian Ferreiro authored
Instead of not rendering the element at all with display:none, use opacity:0 and z-index:-1 so the radio element has a defined position on the document and user agents can show the required message in the right place.
-
- 06 Feb, 2014 1 commit
-
-
Chris Rebert authored
-
- 15 Dec, 2013 1 commit
-
-
Mark Otto authored
* Floats any `.input-group` within a toolbar * Simplifies the CSS to remove sibling selectors and instead use a negative amrgin on the parent with only `margin-left` See it in action: http://jsbin.com/aGEcUqAT/1/.
-
- 09 Dec, 2013 1 commit
-
-
Mark Otto authored
Original discussion: https://github.com/less/less.js/issues/1437#issuecomment-21383639. Since we’re switching to `grunt-contrib-less`, we can take advantage of newer LESS features than what RECESS supported. Included in that is the ability to `:extend`, and not only that, but `:extend(.mixin-name all)`. By doing so, we remove duplicate CSS for all our elements that were being clearfix-ed. Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686, #9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652. (dem issues, tho)
-
- 28 Nov, 2013 1 commit
-
-
Tobias Lindig authored
-
- 19 Nov, 2013 1 commit
-
-
aentan authored
-
- 15 Nov, 2013 2 commits
-
-
Sam Blowes authored
-
Sam Blowes authored
Example of issue here. https://dl.dropboxusercontent.com/u/14037764/Development/stackoverflow/bootstrap/vertical-btn.PNG
-
- 27 Oct, 2013 1 commit
-
-
Zlatan Vasović authored
-
- 21 Oct, 2013 1 commit
-
-
Mark Otto authored
-