aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-09-08Revamp background utilities and add new .text-white utilityMark Otto3-9/+13
- Rather than mix multiple properties in our color utilities, this splits all color and all background utils into separate classes. - Adds new .text-white class to help lighten text color for darker backgrounds
2016-09-08Update docs to use new spacing util class namesMark Otto10-28/+28
2016-09-08Rename margin and padding utilities from .{property}-{side} to ↵Mark Otto1-8/+8
.{property}{side} without the extra dash
2016-09-08Docs: Breaks out Utilities into separate section and optimizes its pages ↵Kovah14-367/+436
(#20678)
2016-09-08v4: Custom checkbox and radio alignment (#20671)Mark Otto1-9/+4
* Allow text of custom form labels to wrap like the default ones * Switch from using after to force line breaks to float/clear combo in stacked custom forms
2016-09-08Add Brazilian Portuguese in translations (#20673)Adam Macias1-0/+5
2016-09-08#14840 - Use color variables consistentlyKovah1-33/+33
Replaces some raw colors with the appropriate color variables Example: #eee will be replaced by $gray-lighter (#eceeef)
2016-09-07Follow up fix for #20667 (#20672)Mark Otto1-1/+1
Use proper Sass variable interpolation to ensure the proper values are compiled and not the literal string of the variable name
2016-09-07fix spacing a bitMark Otto1-6/+6
2016-09-07Merge branch 'patch-21' of https://github.com/kkirsche/bootstrap into ↵Mark Otto1-12/+12
kkirsche-patch-21
2016-09-07gruntMark Otto8-20/+22
2016-09-07Fix docs for heading sizes (#20646)Igor Tarasov1-6/+6
* Fix docs for heading sizes (sizes here were from v3) * Added rem sizes to header size docs * Fixed erroneous px sizes
2016-09-07v4: Card image fixes (#20667)Mark Otto3-5/+5
* Add .img-fluid to card images in columns to ensure proper resizing * change that variable from regular value to variable * use calc to figure out a tighter border for card images
2016-09-07fixes #20655: Update font stack list in the Reboot docs to match current CSS ↵Mark Otto1-8/+0
usage (#20666)
2016-09-07Fix #20654 by reverting #20447 (#20665)Mark Otto1-0/+1
Cards must be inline-block in columns, otherwise they can get split across columns
2016-09-06Update Bower url (HTTP to HTTPS) (#20658)Juno_okyo1-1/+1
[ci skip]
2016-09-07Merge #20563 and #20567J2TeaM2-6/+2
2016-09-07Fix eslint (prefer-template)J2TeaM1-2/+2
2016-09-07Remove classes at one timeJ2TeaM1-8/+3
2016-09-05Add Edge entry for #20507 to Wall of Browser BugsChris Rebert1-0/+10
Closes #20507 [skip sauce]
2016-09-05ads in content, sidebar changes, etcMark Otto4-8/+33
2016-09-05nav changesMark Otto2-5/+5
2016-09-05try out docs inlineMark Otto1-0/+2
2016-09-05migration copyMark Otto1-1/+1
2016-09-05Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto68-261/+207
2016-09-05hide page header for now, border top nav, sticky sidebarMark Otto4-2/+12
2016-09-05Move Sauce credentials out of .travis.ymlChris Rebert1-4/+0
For the sake of cleanliness.
2016-09-05new hashesv4.0.0-alpha.4Mark Otto1-2/+2
2016-09-05gruntMark Otto13-13/+13
2016-09-05versionsMark Otto36-110/+110
2016-09-05gruntMark Otto8-66/+30
2016-09-05Fixes #20608 and #20578: Consistent checkbox and radio markup (#20629)Mark Otto2-33/+26
- Update docs examples to use newer .form-check suite of classes - Update form validation mixin to use newer classes as well
2016-09-04flip the columns, tweak some of the stylesMark Otto4-9/+24
2016-09-04Disable important flag on Sass linter (#20627)Mark Otto6-9/+3
2016-09-04Fixes #20619: Add important to the hover/focus as well (#20626)Mark Otto1-1/+1
2016-09-04gruntMark Otto8-8/+6
2016-09-04Fix segmented buttons in input group docs (#20489)Starsam801-2/+2
Fixes #20484
2016-09-04Renamed contextual classes for tables (#20505)Jonathan1-1/+2
To be prefixed with `.table-`.
2016-09-04Make .card class inside .card-columns display: block too (#20447)Bass Jobsen1-1/+0
See: https://github.com/twbs/bootstrap/pull/18255#issuecomment-237034763
2016-09-04gruntMark Otto8-18/+18
2016-09-04Remove unused $variables in grid mixins (#20597)Franco Moya2-3/+3
2016-09-04fixes #20485: use rem units in alert dismiss (#20625)Mark Otto2-4/+4
2016-08-28Merge pull request #20562 from bardiharborow/readmebadgesMark Otto1-0/+1
Fix README badge alignment.
2016-08-23Fix README badge alignment.Bardi Harborow1-0/+1
2016-08-21Merge pull request #20475 from califrench/patch-1Mark Otto1-1/+12
Updated docs with extra auto resize example
2016-08-21Merge pull request #20519 from vanillajonathan/patch-2Mark Otto1-0/+1
Added information about the .panel-group class
2016-08-21Update ads code and styles (also fixes #20477 in different way)Mark Otto4-95/+69
2016-08-21Fixes #20504: Mention .divider to .dropdown-divider name changeMark Otto1-0/+1
2016-08-21minor docs edit to fix #20538Mark Otto1-1/+1
2016-08-21Merge pull request #20553 from twbs/split-dropupMark Otto1-1/+1
v4: Split dropup button example