aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2016-02-08gruntMark Otto2-2/+2
2016-02-08Move to a translucent input border with background-clip: padding-box for ↵Mark Otto2-1/+2
improved blending across different background-colors
2016-02-08clarify, fix marginMark Otto1-2/+2
2016-02-08Merge pull request #19135 from twbs/revert-19119-wkbug-138201-fixedChris Rebert1-0/+10
Add https://webkit.org/b/138201 back to the Wall of Browser Bugs
2016-02-08Revert "https://webkit.org/b/138201 no longer repros"Chris Rebert1-0/+10
2016-02-08Merge pull request #19128 from twbs/flex-utilsChris Rebert1-1/+1
Flex utility classes shouldn't depend on $enable-grid-classes
2016-02-08Merge pull request #19126 from twbs/native-font-stack-docsChris Rebert1-4/+8
Fixes+tweaks to native font stack docs
2016-02-08Merge pull request #19125 from twbs/divisionChris Rebert1-2/+2
_forms.scss: Use division instead of fractional multiplication
2016-02-08Flex utility classes shouldn't depend on $enable-grid-classesChris Rebert1-1/+1
[skip sauce] [skip validator]
2016-02-08Grid docs: Remove !default from SCSS snippetsChris Rebert1-2/+2
Fixup for fb4f5f0bf1e22f707bdd16880fe19328df091bde [skip sauce]
2016-02-08Migration docs: Mention $grid-breakpoints and $container-max-widths by nameChris Rebert1-1/+1
[skip sauce]
2016-02-08Fixes+tweaks to native font stack docsChris Rebert1-4/+8
[skip sauce]
2016-02-08_forms.scss: Use division instead of fractional multiplicationChris Rebert1-2/+2
[skip sauce] [skip validator]
2016-02-08_forms.scss: Remove extra trailing 0 in fractional numberChris Rebert1-1/+1
[skip sauce] [skip validator]
2016-02-08Fix apparent typo in b8ff763d6232d4a61858739b43f509366ffd1500Chris Rebert1-1/+1
[ci skip]
2016-02-08Only caption 1st set of progress bar examplesChris Rebert1-29/+13
2016-02-07gruntMark Otto8-54/+56
2016-02-07add example of multiple add-ons to docsMark Otto1-5/+32
2016-02-07Merge branch 'multiple-input-group-addon' of ↵Mark Otto2-20/+20
https://github.com/vicary/bootstrap into vicary-multiple-input-group-addon
2016-02-07gruntMark Otto8-50/+50
2016-02-07Merge pull request #19121 from twbs/v4-form-sizingMark Otto5-16/+16
v4: Updated form and button sizing
2016-02-07Merge branch 'v4-dev' into v4-form-sizingMark Otto18-199/+138
2016-02-07Put that new var to use to match form group addons to form controlsMark Otto1-1/+1
2016-02-07updated button/form-control padding and line-heightMark Otto3-7/+11
- Moves from no set line-height (inherited of 1.5) to declared 1.25 for all inputs and buttons (regardless of size modifier). - Updates padding to be `.5rem` instead of `.375rem` so that padding is more likely to be whole numbers based on the root font-size. - Whole numbers will be beneficial in avoiding odd fractional pixels that can lead to misalignment as shown in #18607. - Large buttons and inputs are now a tad wider, and smaller buttons/inputs a tad shorter and narrower, too.
2016-02-07Remove line-height from the button size mixin tooMark Otto1-1/+1
2016-02-07Remove commented out height on large/small inputsMark Otto1-2/+0
2016-02-07Remove specific line-heights from large/small inputs as wellMark Otto1-2/+0
2016-02-07Remove line-height from button mixin callsMark Otto1-3/+3
2016-02-07grunt dist docsChris Rebert8-18/+8
2016-02-07_forms.scss: Remove extra url()s in commented-out codeChris Rebert1-3/+3
[skip sauce] [skip validator]
2016-02-07docs/components/forms.md: Fix typo: non => noneChris Rebert1-1/+1
Fixup for 365db6e3a8fd9c1bac75cf170948c946e2ed7678 /fyi @mdo [skip sauce]
2016-02-07Merge pull request #19119 from twbs/wkbug-138201-fixedChris Rebert1-10/+0
https://webkit.org/b/138201 no longer repros
2016-02-07https://webkit.org/b/138201 no longer reprosChris Rebert1-10/+0
Wasn't able to reproduce in iOS 9.2. So remove its entry from the Wall of Browser Bugs. Refs #14708 [skip sauce]
2016-02-07Merge pull request #19112 from twbs/m-x-auto-doc-centeringChris Rebert1-2/+3
Docs: Add "Horizontal centering" subheading for .m-x-auto
2016-02-07Docs: Add captions above progress bars; refs #17264Chris Rebert1-18/+47
[skip sauce]