aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-15Add $small-font-size variableChris Rebert2-1/+3
[skip sauce] [skip validator]
2016-02-15Add $mark-padding variableChris Rebert2-1/+3
[skip sauce] [skip validator]
2016-02-15Merge pull request #19208 from twbs/modal-content-border-widthChris Rebert2-2/+3
Extract $modal-content-border-width variable
2016-02-15Extract $modal-content-border-width variableChris Rebert2-2/+3
[skip sauce] [skip validator]
2016-02-15Merge pull request #19207 from twbs/modal-header-footer-width-varsChris Rebert2-2/+4
Extract $modal-{header,footer}-border-width variables
2016-02-15Extract $modal-{header,footer}-border-width variablesChris Rebert2-2/+4
[skip sauce] [skip validator]
2016-02-15Merge pull request #19206 from twbs/modal-dialog-sm-up-margin-yChris Rebert2-1/+2
Extract $modal-dialog-sm-up-margin-y variable
2016-02-15Extract $modal-dialog-sm-up-margin-y variableChris Rebert2-1/+2
[skip sauce] [skip validator]
2016-02-15Merge pull request #19205 from twbs/modal-dialog-marginChris Rebert2-1/+3
Extract new $modal-dialog-margin variable
2016-02-15Extract new $modal-dialog-margin variableChris Rebert2-1/+3
[skip sauce] [skip validator]
2016-02-15Merge pull request #19204 from TiGR/patch-1Chris Rebert1-1/+1
Fix docs for new naming of .btn-outline [skip sauce]
2016-02-16Fix docs for new naming of .btn-outlineIgor Tarasov1-1/+1
This one was overlooked at edit See #17719 and #19199
2016-02-15gruntMark Otto9-49/+235
2016-02-15Merge pull request #19201 from patrickhlauke/btn-outline-active-focus-fixPatrick H. Lauke1-5/+19
Add extra styles for focused/hovered active outline buttons
2016-02-15Add extra styles for focused/hovered active outline buttonsPatrick H. Lauke1-5/+19
2016-02-13Merge pull request #19139 from twbs/v4-custom-forms-validationMark Otto2-1/+29
v4: Validation states on custom forms
2016-02-13Merge branch 'v4-dev' into v4-custom-forms-validationMark Otto18-395/+82
2016-02-13gruntMark Otto8-10/+16
2016-02-13Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto6-330/+38
2016-02-13Merge pull request #19144 from vsn4ik/v4-dev-cleanup-csscomb-confMark Otto2-305/+1
v4: Cleanup after drop csscomb
2016-02-11Updated label to tag in list-group exampleAmeya Pandilwar1-5/+5
2016-02-11Rename .label class to .tagAmeya Pandilwar9-83/+83
2016-02-10Merge pull request #19156 from twbs/rm-bugzilla-1060131Chris Rebert1-10/+0
Remove http://bugzil.la/1060131 from Wall of Browser Bugs
2016-02-10Remove http://bugzil.la/1060131 from Wall of Browser BugsChris Rebert1-10/+0
http://bugzil.la/1060131 has been fixed by http://bugzil.la/823483 which should land in Firefox 46. Refs #14320 [ci skip]
2016-02-10Merge pull request #19155 from twbs/rm-bugzilla-975632Chris Rebert1-10/+0
Remove http://bugzil.la/975632 from Wall of Browser Bugs
2016-02-10Remove http://bugzil.la/975632 from Wall of Browser BugsChris Rebert1-10/+0
http://bugzil.la/975632 has been fixed by http://bugzil.la/823483 which should land in Firefox 46. Refs #10690 [ci skip]
2016-02-10Remove unused .csscomb.jsonvsn4ik2-305/+1
2016-02-09Merge pull request #18925 from twbs/fixes-18922Chris Rebert3-5/+37
Make translation of custom file input text easier
2016-02-09spacing in docs example"Mark Otto1-0/+4
2016-02-09Update form validation docsMark Otto1-2/+17
- Give some guidance on when someone might use any of the three validation states. Fixes #18702. - Improve the examples to provide examples of supporting validation text with the new `.form-control-feedback`, as well as always-present help text. Nullifies #18704.
2016-02-09clarify help text class in docsMark Otto1-1/+1
2016-02-09.text-help is dead, long live .form-control-feedbackMark Otto3-1/+7
Uses a new more specific class, adds some basic spacing, and clarifies that this class is only for validation feedback. Clears up the help text class question in https://github.com/twbs/bootstrap/pull/18704#issuecomment-168241731 and addresses the vertical spacing in #18703.
2016-02-09clarifies form-group migration docs a bit per #18705Mark Otto1-1/+1
2016-02-09Update grid docs for form layoutsMark Otto1-44/+68
- Add container to fix padding in mobile views - Add large and small variations - Cross link grid classes and mixins - Fix up some words
2016-02-09fix #18515: add .form-control-label-* classes to match large/small inputsMark Otto1-0/+12
2016-02-09don't set horizontal padding on .form-control-label /cc #18130 #17498Mark Otto1-1/+2
2016-02-09clearer copyMark Otto1-1/+3
2016-02-08gruntMark Otto8-42/+24
2016-02-08linting follow up to #19140Mark Otto1-1/+1
2016-02-08Merge pull request #19136 from twbs/v4-input-borderMark Otto2-1/+2
v4: Translucent .form-control borders
2016-02-08Merge pull request #19140 from twbs/v4-card-list-group-cornersMark Otto1-2/+4
v4: Avoid shorthand border-radius for list groups in cards
2016-02-08Merge pull request #19137 from twbs/v4-modal-footer-btnsMark Otto1-14/+0
v4: Simpler modal footer buttons
2016-02-08fixes #18940: use specific border properties when changing the corners of ↵Mark Otto1-2/+4
list groups in cards to avoid overriding combo first-/last-child items
2016-02-08Merge branch 'v4-dev' into v4-input-borderMark Otto1-1/+1
2016-02-08Merge branch 'v4-dev' into v4-modal-footer-btnsMark Otto1-1/+1
2016-02-08Merge pull request #19138 from twbs/update-gemfileChris Rebert1-1/+1
bundle update
2016-02-08Merge branch 'v4-dev' into v4-input-borderMark Otto2-2/+2
2016-02-08Alternate fix to #17965: Updates to use the new class name and adds some ↵Mark Otto2-1/+29
basic docs for custom checkbox/radio validation
2016-02-08bundle updateChris Rebert1-1/+1
2016-02-08Fixes #18949: Remove extra margin overrides for buttons in .modal-footerMark Otto1-14/+0