aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-17Merge pull request #18848 from twbs/rounded-progressMark Otto1-12/+6
Respect $border-rounded inside progress bars too
2016-01-17Merge pull request #18878 from twbs/btn-group-verticalMark Otto1-2/+0
rm unnecessary border-radius properties from .btn-group-vertical code
2016-01-17fuck around with card borders and moreMark Otto4-17/+125
2016-01-17Merge pull request #18920 from twbs/v4-custom-forms-varsMark Otto2-74/+132
v4: Custom forms variables
2016-01-17Merge pull request #18921 from twbs/v4-custom-docsMark Otto2-6/+24
Update docs to include mention of the custom variables file
2016-01-17Update docs to include mention of the custom variables fileMark Otto2-6/+24
2016-01-17add custom overrides to other bundlesMark Otto2-0/+2
2016-01-17Merge branch 'provide-custom-scss' of ↵Mark Otto2-0/+5
https://github.com/stephaniepurvis/bootstrap into stephaniepurvis-provide-custom-scss
2016-01-17condense that comment, clean up formattingMark Otto1-9/+8
2016-01-17Merge pull request #18789 from twbs/fix-18733-moreMark Otto1-0/+16
Prevent breadcrumb separator from getting underlined on hover when not using <ol> markup
2016-01-17Missing ;Mark Otto1-1/+1
2016-01-17Merge pull request #18883 from twbs/zindex-dropdown-backdropMark Otto2-1/+2
Use proper variable for .dropdown-backdrop's z-index
2016-01-17Merge pull request #18885 from twbs/list-groupMark Otto1-7/+0
Remove near-duplicate contextual list group example
2016-01-17add custom file vars, fix up custom select varMark Otto2-23/+42
2016-01-16Hella vars for custom checkboxes and radios and selectsMark Otto2-52/+91
2016-01-16Merge pull request #18825 from twbs/misc-box-shadowsChris Rebert7-9/+16
Add variables for miscellaneous box-shadows
2016-01-16Extract variables for .modal-content box-shadowChris Rebert2-4/+6
[skip sauce] [skip validator]
2016-01-16Extract $thumbnail-box-shadow variableChris Rebert2-1/+2
2016-01-16Extract $popover-box-shadow variableChris Rebert2-1/+2
2016-01-16Extract $dropdown-box-shadow variableChris Rebert2-1/+2
2016-01-16Extract $btn-box-shadow variableChris Rebert2-1/+2
2016-01-16Extract $kbd-box-shadow variableChris Rebert2-1/+2
2016-01-16Merge pull request #18821 from twbs/popover-varsChris Rebert2-2/+7
Add variables for padding of popover title & content
2016-01-16Merge pull request #18820 from twbs/media-obj-varsChris Rebert2-4/+11
Add variables for media object margins and padding
2016-01-16Fix active Home tab in narrow-jumbotron exampleSebastian Klatte1-2/+2
the active class should be moved from the list item to the link item
2016-01-15Merge pull request #18912 from Quy/patch-4Chris Rebert1-1/+1
Docs: Use mixin syntax in Sass example of .invisible
2016-01-15Use mixin syntaxQuy1-1/+1
2016-01-14Docs: Tweak phrasing of description of $enable-gradientsChris Rebert1-1/+1
[ci skip]
2016-01-14Merge pull request #18906 from Quy/patch-3Chris Rebert1-1/+1
$enable-gradients docs: Add missing word
2016-01-14Extract $blockquote-border-width variableChris Rebert2-2/+3
[skip sauce]
2016-01-14Add missing wordQuy1-1/+1
2016-01-14Merge pull request #18903 from twbs/travis-cache-fixChris Rebert1-5/+6
Fix RVM under Travis caching by excluding node-which from $PATH
2016-01-14Fix RVM under Travis caching by excluding node-which from $PATHChris Rebert1-5/+6
See https://github.com/travis-ci/travis-ci/issues/5092 for more details. Reverts #18376
2016-01-14Button toggling - trigger change event on inputKotas Vlastimil2-1/+21
Bootstrap’s .button styles can be applied to other elements, such as labels, to provide checkbox or radio style button toggling. When the checkbox or radio state is changed, there should be triggered the change event. Currently, the change event is triggered on the Button, which is not correct. Only input fields do support the change event.
2016-01-14Merge pull request #18891 from rtack/patch-1Chris Rebert1-1/+1
Docs typo: from controls --> form controls
2016-01-14typo: from controls --> form controlsRaphael Ackermann1-1/+1
2016-01-13Merge pull request #18888 from CrispyBacon12/nested-mixins-pass-breakpointsChris Rebert2-3/+3
Allow optional breakpoint arguments to be passed on to nested media query mixins
2016-01-14Allow custom breakpoint config to be passed on by mixins which nest media ↵Chris Purssell2-3/+3
query mixins.
2016-01-13Remove near-duplicate contextual list group exampleChris Rebert1-7/+0
[skip sauce]
2016-01-13Merge pull request #18882 from twbs/stoichiometryChris Rebert2-2/+2
Use proper units when adding/subtracting lengths
2016-01-13Use proper variable for .dropdown-backdrop's z-indexChris Rebert2-1/+2
2016-01-13Use proper units when adding/subtracting lengthsChris Rebert2-2/+2
[skip sauce] [skip validator]
2016-01-13List group docs: rm unnecessary <p> from Markdown sourceChris Rebert1-1/+2
[skip sauce]
2016-01-13Merge pull request #18879 from twbs/vert-horiz-y-xChris Rebert2-4/+4
Rename padding local vars per new naming convention /fyi @mdo
2016-01-13Rename gradient mixins to match new naming conventionChris Rebert2-6/+6
gradient-{horizontal=>x}[-three-colors] gradient-{vertical=>y}[-three-colors]
2016-01-13Rename local vars per new naming convention: $padding-{vertical=>y} ↵Chris Rebert2-4/+4
$padding-{horizontal=>x} [skip sauce] [skip validator]
2016-01-13rm unnecessary border-radius properties from .btn-group-vertical codeChris Rebert1-2/+0
[skip sauce] [skip validator]
2016-01-12Merge pull request #18869 from twbs/wkbug-153056Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #18859
2016-01-12Add Wall of Browser Bugs entry for #18859Chris Rebert1-0/+10
See https://bugs.webkit.org/show_bug.cgi?id=153056 Refs #18859 [skip sauce]
2016-01-11Don't clearfix if flexbox is enabled. Fixes #18849ju1ius1-3/+9