aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2015-11-24bump versionMark Otto2-2/+2
2015-11-14Ensure proper z-indexing in input-groupsMark Otto1-0/+4
2015-11-14Fix IE9 clickthru of carousel controlsMark Otto1-0/+1
2015-11-14[v3] Use border-radius mixin in button-groups.lessvsn4ik1-4/+2
2015-11-12Follow up to #16975Mark Otto1-3/+3
2015-11-12Merge pull request #16975 from kkirsche/patch-3Mark Otto1-3/+3
Use @carousel-control-font-size for in min-width sm
2015-11-11Update verb tenses to proper tense for feature deprecationsKevin Kirsche2-2/+2
X-Ref: https://github.com/twbs/bootstrap/commit/fce30b57e2fbe750cdebf1794d3917f3176d06ce
2015-11-08Merge pull request #16684 from kkirsche/patch-2Mark Otto1-0/+2
Fix border-radius not being set on 2 corners of vertical btn group
2015-10-10Add missing space in .backface-visibility definition; fixes #17873Chris Rebert1-1/+1
[ci skip]
2015-08-12Use @carousel-control-font-size for in min-width smKevin Kirsche1-3/+3
Fix #16973 As 30px was hard coded for the following attribute values: `width`, `height`, and `font-size`, I have used the same pixel formula for each of these three as the `@carousel-control-width` is a percent value not a pixel value in variables.less
2015-08-04Merge pull request #16785 from studyjan/debug_containerMark Otto1-2/+2
Round paddings of .container & .container-fluid to match .row's margins
2015-08-04fixes #16769: use a clearfix on the .modal-header instead of a min-height to ↵Mark Otto1-1/+1
avoid collapsing when only a dismiss button is available and no .modal-title
2015-08-04Merge pull request #16804 from edwinlin1987/fix/activeDisabledButtonsMark Otto1-4/+1
Show active buttons when form disabled
2015-08-04Merge pull request #16780 from rlindner81/fix/16779Mark Otto1-0/+2
Fixes #16779: Add padding to jumbotron with outer container
2015-08-04fixes #16824: Correct the match on .control-label sizing for input group sizesMark Otto1-1/+1
2015-07-10Show active buttons when form disabledEdwin Lin1-4/+1
2015-07-08Debug .container and .container-fluidJan Vonka1-2/+2
2015-07-07fixes https://github.com/twbs/bootstrap/issues/16779Richard Lindner1-0/+2
2015-06-27Fix show "2b" text instead of proper glyphicondeniss-muhla1-2/+2
I'm using babel and webpack with less-loader to bundle all resources maybe this will cause this issue.
2015-06-22Fix border-radius not being set on left of vertical btn groupKevin Kirsche1-0/+2
While this is correct that it was not being set, I did not notice any visible difference in Chrome on OS X when it is not set. Fixes #16683
2015-06-18Follow up to #16529 (remove select caret in IE10+)Mark Otto1-4/+2
- Update comment as recommended by @cvrebert - Use `transparent` for `background-color` so we don't need to override that value again in the disabled state. - Remove disabled changes. /cc @wonsong
2015-06-18Merge pull request #16529 from WonSong/masterMark Otto1-2/+10
Removes border around <select> caret in IE10+
2015-06-18Merge pull request #16563 from dbkaplun/dl-horizontal-breakpointMark Otto2-1/+3
Adds @dl-horizontal-breakpoint
2015-06-18Merge pull request #16492 from supergibbs/input-group-addon-border-radiusMark Otto1-3/+3
Fixed .input-group-addon border-radius
2015-06-16Fix hover border covering active in paginationKevin Kirsche1-2/+2
Fix #16646
2015-06-16bump versionMark Otto2-2/+2
2015-06-10Fix asymmetry between dropup and dropdown carets.Simon Pai1-1/+2
2015-06-01Merge pull request #16567 from justincron/masterChris Rebert1-1/+1
Fixed typo in hide-text.less [skip sauce] [skip validator]
2015-06-01Fixed typoJustin Cron1-1/+1
2015-05-30Adds @dl-horizontal-breakpointDan Kaplun2-1/+3
2015-05-24Removes border around select caret in IEWon Song1-2/+10
2015-05-16Remove grunt-banner completely.XhmikosR1-0/+5
Add a license header in theme instead.
2015-05-15Changed .input-group-addon to use @input-border-radius (along with sm/lgSupergibbs1-3/+3
variations)
2015-05-14[Close #16482] Add border-radius to theme's navbar-inverseKevin Kirsche1-1/+1
[Close #16482] Add border-radius to theme's navbar-inverse
2015-05-14Merge pull request #16472 from twbs/fixes_16346Mark Otto1-1/+5
Tweak temporal inputs
2015-05-14Redo jumbotron paddingMark Otto1-2/+4
- In general, there are very few instances that would require a jumbotron without a parent or child container. - Right now we account for that behavior though with some horizontal padding on the .jumbotron class. - This removes that horizontal padding as it narrows our grid classes unnecessarily and accounts for a super small use case. - It also improves consistency across breakpoints, in that padding isn't being added and removed. - In doing so, I also removed the shorthand padding property and went with the specific ones (because yay specificity).
2015-05-14add comment, remove week typeMark Otto1-1/+2
2015-05-13Group inverted navbar vars under a subheadingChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-05-13Use vanilla comment since this isn't a description of @btn-border-radius-baseChris Rebert1-1/+1
2015-05-13scope temporal changes to .form-control class, add week input to bootMark Otto1-1/+4
2015-05-13Merge pull request #16215 from zacechola/list_group_buttonsMark Otto2-4/+11
Adds button styles to `.list-group-item`
2015-05-13Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into ↵Mark Otto3-6/+11
martinbean-btn-borders
2015-05-13Merge pull request #16405 from rlindner81/Fix16371Mark Otto1-1/+1
Fixes Issue #16371 Carousel control is vertically off center
2015-05-13Merge pull request #16462 from kkirsche/patch-12Mark Otto2-3/+4
[Closes #16460] Fix .pagination-sm line height
2015-05-13[Closes #16460] Fix .pagination-sm line heightKevin Kirsche2-3/+4
[Closes #16460] Fix .pagination-sm line height by adding `@line-height-small` to `.pagingation-sm`.
2015-05-11[Closes #16447] Concat. license to bootstrap.lessKevin Kirsche1-0/+6
[Closes #16447] Concat. license to bootstrap.less
2015-05-02Fixes Issue #16371 Carousel control is vertically off center for small screensRichard Lindner1-1/+1
2015-04-28Merge branch 'master' of https://github.com/twbs/bootstrap into ↵Zac Echola19-50/+85
list_group_buttons
2015-04-28dropdowns.less: Add space before IE8 workaround.XhmikosR1-1/+1
This in turn works around an issue with clean-css (fixed in 3.2.6). So this basically is just a consistency change.
2015-04-26Add @btn-border-radius variables (#16271)Martin Bean3-6/+11