aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2015-12-07spacingMark Otto1-1/+1
2015-12-07Use $input-btn-border-width for both .form-control and .btn borders; fixes ↵Chris Rebert6-13/+12
#18424 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]
2015-12-08Add an empty line at the end of the fileAlexandr Kondrashov1-1/+1
2015-12-08SVG: base64 > ASCII85 (fix merge)Alexandr Kondrashov1-27/+45
2015-12-08SVG: base64 > ASCII85Alexandr Kondrashov2-17/+7
2015-12-08Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into patch-1Alexandr Kondrashov41-315/+346
2015-12-07fixes #17433: improve borders on .list-group-flush to remove dupe borders ↵Mark Otto1-0/+12
when appropro
2015-12-07Tweak naming and docs of font utility classesChris Rebert1-3/+3
* `.font-normal` is too generic. Rename it to `.font-weight-normal` for clarity. * Rename `.font-bold` to `.font-weight-bold` so as to parallel `.font-weight-normal`. * In docs, gloss "weight" term in relation to fonts for the benefit of non-typographiles. Refs #18433 [skip sauce]
2015-12-06Fix .font-italic utility class definitionChris Rebert1-2/+2
Erratum from 26da610bd03e7efe9255b2b88f14449972f7d616 Refs #18001
2015-12-06fixes #18087: .navbar-form is no moreMark Otto1-2/+0
2015-12-06fixes #18425 by using vars for 1px bordersMark Otto4-8/+9
2015-12-06fixes #18433: add three new font utilsMark Otto1-0/+6
2015-12-06Merge pull request #18426 from twbs/label-reboot-comment-grammarMark Otto1-1/+1
Fix grammar of comment for <label> in Reboot
2015-12-06Merge branch 'list-inline-padding' into v4-devMark Otto2-3/+5
2015-12-06Add 3 more font-weight variablesChris Rebert4-3/+8
Refs #14368 [skip sauce] [skip validator]
2015-12-05v4 - Add default param for form-icon variablesvsn4ik1-3/+3
2015-12-05Merge pull request #18395 from twbs/scsslint-pseudo-elemsXhmikosR1-0/+3
SCSS Lint: explicitly enable PseudoElement check
2015-12-04Add $list-inline-padding variableChris Rebert2-3/+5
[skip sauce] [skip validator]
2015-12-04Fix grammar of comment for <label> in RebootChris Rebert1-1/+1
2015-12-04Use $border-width for .btn-group margins that make borders overlapChris Rebert1-2/+2
Fixes half of #18425 [skip sauce] [skip validator]
2015-12-01implements a _custom.scss, resolves #17322Stephanie Kendall2-0/+5
2015-12-01SCSS Lint: enable PseudoElement checkChris Rebert1-0/+3
2015-11-29Merge pull request #18340 from twbs/responsive-pullsChris Rebert1-6/+12
Add responsive float classes
2015-11-29Merge pull request #18381 from twbs/file-input-width-varMark Otto1-2/+2
Use $input-border-width for custom file input borders
2015-11-29Merge pull request #18380 from twbs/card-border-varMark Otto1-1/+1
Use $card-border-width for .card-inverse's header/footer border-bottom override
2015-11-29Use $input-border-width for custom file input bordersChris Rebert1-2/+2
Fixes part of #18150 [skip sauce] [skip validator]
2015-11-29Remove reference to defunct Customizer from v3Chris Rebert1-2/+0
[ci skip]
2015-11-29Use $card-border-width for .card-inverse's header/footer border-bottom overrideChris Rebert1-1/+1
Refs #18150 [skip sauce] [skip validator]
2015-11-29Merge pull request #18256 from twbs/print-border-widthsMark Otto1-2/+2
Use $border-width in misc border print styles
2015-11-29fixes #18188Mark Otto1-0/+2
2015-11-29rearrange comment lines for clarityMark Otto1-2/+2
2015-11-29Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto14-41/+53
2015-11-29Merge pull request #18257 from twbs/border-width-varsMark Otto11-31/+40
Add more border width variables
2015-11-29Merge pull request #18260 from twbs/fix-18259Mark Otto1-6/+4
Move viewport-dependent padding tweak into main .jumbotron block
2015-11-29Merge pull request #18265 from twbs/fix-v4-17007Mark Otto1-1/+9
Bring focused input group controls to front via z-index:3
2015-11-29Merge pull request #18317 from twbs/redundant-text-aligns-18300Mark Otto1-3/+0
Remove non-responsive text alignment classes
2015-11-29fixes #18295. improve .nav-inline usefulness and document the classes as wellMark Otto1-0/+5
2015-11-27_dropdown.scss: Revise comments; fixes #18363Chris Rebert1-4/+4
[skip sauce]
2015-11-26Add responsive float classes; fixes #13690Chris Rebert1-6/+12
2015-11-26Update _cards.scssLeslie1-2/+2
2015-11-26Use the new mixin.Leslie Hoare1-11/+5
2015-11-26Create a mixin for creating new card styles.Leslie Hoare2-0/+7
I'm aware that currently cards are a lot simpler than buttons right now but this may change in future and it feels cleaner to be able to create new card styles without needing to know the internals of how they're implemented.
2015-11-23Add responsive embed class for 1:1 aspect ratioRichard Kraaijenhagen1-0/+4
Closes #18141
2015-11-22Remove non-responsive text alignment classesChris Rebert1-3/+0
These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `<div class="text-left text-md-right">`) Refs #18300 [skip sauce]
2015-11-22Add missing !important-s to responsive text alignment classes; fixes #18300Deilv1-3/+3
Closes #18314 by merging a tweaked version of it.
2015-11-15scss/_reboot.scss: Add link to nice new docs regarding ↵Chris Rebert1-0/+1
`touch-action:manipulation` [ci skip]
2015-11-15Merge pull request #18051 from twbs/impl-18044Chris Rebert2-1/+22
Add touch-action:manipulation on interactive elements to avoid 300ms click delay
2015-11-15Fix #17001 in v4Chris Rebert1-1/+9
Refs #18253 [skip sauce]
2015-11-15Add $list-group-border-width; refs #18150Chris Rebert2-3/+4
[skip sauce]
2015-11-15$list-group-border => $list-group-border-colorChris Rebert2-2/+2
[skip sauce]