aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2015-12-21Actually use $progress-bg instead of hardcoded colorChris Rebert1-4/+4
Refs #18535 [skip sauce]
2015-12-21Set $progress-bg to color we are actually usingChris Rebert1-1/+1
2015-12-21Actually use $progress-bar-color instead of hardcoded colorChris Rebert1-4/+4
Refs #18535
2015-12-21Set $progress-bar-color to color we are currently usingChris Rebert1-1/+1
2015-12-16Merge pull request #18463 from twbs/nav-item-marginChris Rebert2-3/+5
Introduce $nav-item-margin variable /fyi @mdo
2015-12-16Merge pull request #18469 from twbs/card-deck-marginChris Rebert2-7/+10
Introduce $card-deck-margin variable /fyi @mdo; happy to tweak the var names if desired
2015-12-16Merge pull request #18541 from patrickhlauke/progress-patch1Patrick H. Lauke1-3/+0
remove generated content value for progress
2015-12-12Merge pull request #18472 from twbs/x-y-varsChris Rebert2-5/+5
Rename 2 navbar variables to comply with updated naming convention
2015-12-11remove generated content value for progressPatrick H. Lauke1-3/+0
as it's currently not displayed, and (in my opinion) would look fugly if it did appear...
2015-12-11progress bar for IE10+/Edge (radius, use ::-ms-fill, add variant mixins, ↵Patrick H. Lauke2-2/+18
striped support)
2015-12-08manually bump versions because npm script wasn't working for meMark Otto1-1/+1
2015-12-08Rename 2 navbar variables to comply with updated naming conventionChris Rebert2-5/+5
$navbar-padding-horizontal => $navbar-padding-x $navbar-padding-vertical => $navbar-padding-y [skip sauce] [skip validator]
2015-12-08Introduce $card-deck-margin variableChris Rebert2-7/+10
[skip sauce] [skip validator]
2015-12-08Introduce $nav-item-margin variableChris Rebert2-3/+5
[skip sauce]
2015-12-08Refactor _utilities-spacing.scss; fixes #18129Chris Rebert2-66/+45
2015-12-08Make SCSS Lint happyChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-12-08orderMark Otto1-1/+1
2015-12-08unfuck that border from rem to pxMark Otto1-2/+2
2015-12-08Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-1/+2
2015-12-08fixes #17776Mark Otto1-1/+1
2015-12-08Merge pull request #17930 from zalog/patch-12Mark Otto1-0/+1
v4 - .c-select shouldn't inherit white text color
2015-12-08scss/_pagination.scss: Reassert #18257Chris Rebert1-1/+1
[skip sauce]
2015-12-07tweak commentMark Otto1-1/+1
2015-12-07Merge branch 'bassjobsen-patch-6' into v4-devMark Otto2-28/+60
2015-12-07Merge branch 'patch-6' of https://github.com/bassjobsen/bootstrap into ↵Mark Otto2-28/+60
bassjobsen-patch-6
2015-12-07fix variableMark Otto1-1/+1
2015-12-07Merge pull request #18110 from twbs/pagination-classesMark Otto2-55/+44
Refactor pagination classes to avoid tag selectors & child selectors
2015-12-07rip out the .blockquote-* children classes for margin utilsMark Otto1-8/+0
2015-12-07Merge pull request #18138 from bassjobsen/patch-12Mark Otto1-20/+21
refactor blockqoutes to to avoid tag selectors & child selectors
2015-12-07rewrite list-inline to use margin and simpler stylesMark Otto1-4/+4
2015-12-07Merge branch 'patch-11' of https://github.com/bassjobsen/bootstrap into ↵Mark Otto1-5/+5
bassjobsen-patch-11
2015-12-07.page => .page-itemChris Rebert2-2/+2
2015-12-07Refactor pagination code to remove unnecessary ancestor requirements in ↵Chris Rebert2-42/+40
selectors
2015-12-07.page>{a,span => .page-link}Chris Rebert2-18/+9
2015-12-07.pagination>{li => .page}Chris Rebert2-7/+7
2015-12-07ignore thatMark Otto1-1/+1
2015-12-07fixes #18330Mark Otto1-0/+9
2015-12-07Merge pull request #18356 from lesleh/card-mixinMark Otto3-11/+12
Card mixin
2015-12-07fixes #18320: pull in suit base reset for button focus styles in FF and IEMark Otto1-0/+9
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-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]