]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Sun, 9 Oct 2016 23:35:16 +0000 (16:35 -0700)]
Document the .bg-faded class
Fixes #20550.
Mark Otto [Sun, 9 Oct 2016 23:32:19 +0000 (16:32 -0700)]
Don't use collapse classes on elements with padding
Fixes #20600.
Mark Otto [Sun, 9 Oct 2016 23:18:05 +0000 (16:18 -0700)]
remove un-needed comment
Mark Otto [Sun, 9 Oct 2016 23:17:48 +0000 (16:17 -0700)]
add transparent border to match .form-control height
Mark Otto [Sun, 9 Oct 2016 23:16:13 +0000 (16:16 -0700)]
Update static form control
- Remove margin-bottom override in favor of .mb-0 utility class
- Apply the input line-height styles to match
- Remove the min-height to match the input
Mark Otto [Sun, 9 Oct 2016 23:00:30 +0000 (16:00 -0700)]
Ensure input groups behavior appropriately in inline forms
Overrides the default width: 100% with an auto. Fixes #20752.
Mark Otto [Sun, 9 Oct 2016 22:35:52 +0000 (15:35 -0700)]
separate out the custom html example
Mark Otto [Sun, 9 Oct 2016 22:29:26 +0000 (15:29 -0700)]
Merge branch 'v4-dev' of https://github.com/dumb/bootstrap into dumb-v4-dev
Mark Otto [Sun, 9 Oct 2016 22:02:49 +0000 (15:02 -0700)]
grunt
Mark Otto [Sun, 9 Oct 2016 22:00:11 +0000 (15:00 -0700)]
Merge pull request #20867 from twbs/dedupe-sm-vars
Drop the $small-font-size variable for the newer $font-size-sm one
Mark Otto [Sun, 9 Oct 2016 21:57:31 +0000 (14:57 -0700)]
Merge pull request #20864 from twbs/fix-20688
Update the grid table heading to clarify max width over width
Mark Otto [Sun, 9 Oct 2016 21:54:57 +0000 (14:54 -0700)]
Merge pull request #20684 from twbs/v4-utils
v4: The Utilities Update
Mark Otto [Sun, 9 Oct 2016 21:52:14 +0000 (14:52 -0700)]
Merge pull request #20865 from twbs/v4-container-widths
v4: Grid adjustments
Mark Otto [Sun, 9 Oct 2016 21:36:43 +0000 (14:36 -0700)]
Merge branch 'v4-dev' into v4-utils
Mark Otto [Sun, 9 Oct 2016 21:14:39 +0000 (14:14 -0700)]
Remove display from the .img-fluid utility
Creating max-width images is not dependent on the display, so setting it is redundant. Cleans up the comments and implementation of the mixin as well.
Fixes #20767
Mark Otto [Sun, 9 Oct 2016 20:51:59 +0000 (13:51 -0700)]
Update grid docs mention of gutter width value (no more rems for awhile now)
Mark Otto [Sun, 9 Oct 2016 20:51:05 +0000 (13:51 -0700)]
Update grid docs to use new values for grid breakpoints and containers
Mark Otto [Sun, 9 Oct 2016 20:49:11 +0000 (13:49 -0700)]
Change 940px breakpoint to 960px so that all widths are divisible by 12
Fixes #18510
Mark Otto [Sun, 9 Oct 2016 20:17:50 +0000 (13:17 -0700)]
Change sm grid breakpoint and container max-width
Makes it so that the container is no longer wider than the breakpoint used in the media query. This was never really an issue in rendering as the max-width handled it appropriately, but the mismatch was still incorrect.
Fixes #18054
Mark Otto [Sun, 9 Oct 2016 20:14:10 +0000 (13:14 -0700)]
Move from max-width to width for containers, plus a max-width 100%
- Fixes issues between float and flex grid systems where container wouldn't fill the available width in Chrome & FF (but would in Safari)
- Fixes #20681
- Fixes #17621 (basically same issue as above issue)
Mark Otto [Sun, 9 Oct 2016 19:45:58 +0000 (12:45 -0700)]
Drop the -font-size variable for the newer -size-sm one
Originally -font-size was added in v3 to set the font-size of the <small> element. Now that we have newer, global type variables, we can use those instead for these kind of things.
Fixes #20859
Mark Otto [Sun, 9 Oct 2016 19:42:36 +0000 (12:42 -0700)]
Update the grid table heading to clarify max width over width
Fixes #20688
Mark Otto [Sun, 9 Oct 2016 19:40:03 +0000 (12:40 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 9 Oct 2016 19:39:56 +0000 (12:39 -0700)]
grunt
Seth Broweleit [Fri, 7 Oct 2016 06:59:19 +0000 (00:59 -0600)]
Mark icon-fonts.md docs as not-yet-written (#20850)
[ci skip]
Rafael CorrĂȘa Gomes [Fri, 7 Oct 2016 06:54:19 +0000 (03:54 -0300)]
README: Tweak linkage & capitalization (#20853)
[ci skip]
Bardi Harborow [Thu, 6 Oct 2016 03:12:24 +0000 (14:12 +1100)]
Fix Hound warnings for minified files. (#20446)
Chris Rebert [Tue, 4 Oct 2016 04:36:46 +0000 (21:36 -0700)]
Remove `-webkit-overflow-scrolling: touch` due to an iOS Safari bug (#20803)
See https://bugs.webkit.org/show_bug.cgi?id=158342
Fixes #17695
Bardi Harborow [Mon, 3 Oct 2016 16:55:59 +0000 (02:55 +1000)]
Fix broken/redirected links, moving to HTTPS where possible. (#20557)
Patrick H. Lauke [Mon, 3 Oct 2016 09:13:58 +0000 (10:13 +0100)]
Follow-up fix to #20821
With apologies, copy/paste error following on from trying to fix conflicting Hound/Travis checks for https://github.com/twbs/bootstrap/pull/20821/ slipped through before I noticed them.
Patrick H. Lauke [Mon, 3 Oct 2016 09:00:09 +0000 (10:00 +0100)]
Merge pull request #20821 from patrickhlauke/v4-h5bp-print
Update print styles borrowed from h5bp
David Beitey [Mon, 3 Oct 2016 06:21:15 +0000 (16:21 +1000)]
Show clearfix for examples for xs/sm devices (#19287)
Change `hidden-sm-up` to `hidden-md-up` as the clearfix divs should be visible on both `xs` and `sm` devices (widths of 6 columns).
Patrick van Hesteren [Mon, 3 Oct 2016 06:05:59 +0000 (08:05 +0200)]
Updated documentation of the focus option from the modal component. (#19409)
Matt Viteri [Mon, 3 Oct 2016 04:23:04 +0000 (23:23 -0500)]
Fixes #20566 (#20768)
Mark Otto [Mon, 3 Oct 2016 04:10:06 +0000 (21:10 -0700)]
Flexbox grid updates (#20829)
* Fixes #20775 without adding extra width and an important flag
* Since we're now getting the extend, we don't need the extra position relative
* rerrange
* getting min-height from the extend already
Mark Otto [Mon, 3 Oct 2016 03:39:19 +0000 (20:39 -0700)]
grunt
Mark Otto [Mon, 3 Oct 2016 03:36:49 +0000 (20:36 -0700)]
update comment
Mark Otto [Mon, 3 Oct 2016 03:36:31 +0000 (20:36 -0700)]
remove the margin there since it's in normalize
Mark Otto [Mon, 3 Oct 2016 03:32:42 +0000 (20:32 -0700)]
Merge branch 'patch-1' of https://github.com/bardiharborow/bootstrap into bardiharborow-patch-1
Mark Otto [Mon, 3 Oct 2016 02:40:39 +0000 (19:40 -0700)]
grunt
Mark Otto [Mon, 3 Oct 2016 02:28:52 +0000 (19:28 -0700)]
Comment that out for now since it's causing errors
Mark Otto [Mon, 3 Oct 2016 02:23:10 +0000 (19:23 -0700)]
fix typos
Mark Otto [Mon, 3 Oct 2016 02:10:25 +0000 (19:10 -0700)]
Merge branch 'customizable-grid-gutters-per-breakpoint' of https://github.com/pixelbandito/bootstrap into pixelbandito-customizable-grid-gutters-per-breakpoint
Mark Otto [Mon, 3 Oct 2016 01:42:39 +0000 (18:42 -0700)]
Ports changes from #20258 to v4 (#20828)
Mark Otto [Mon, 3 Oct 2016 01:28:37 +0000 (18:28 -0700)]
Only override input border-radius as part of .form-control to avoid bug with iOS Safari (alt fix for #20247) (#20695)
Mark Otto [Mon, 3 Oct 2016 01:27:53 +0000 (18:27 -0700)]
Document that all table styles are inherited (#20699)
Mark Otto [Mon, 3 Oct 2016 01:27:03 +0000 (18:27 -0700)]
Fixes #20118: Add and use Sass variables to control the color of our embedded SVGs for custom form elements (#20700)
Mark Otto [Mon, 3 Oct 2016 01:25:51 +0000 (18:25 -0700)]
v4: Dropdown units (#20701)
* Fixes #19784: Move from pixels to rems, add a margin-bottom: 0; to keep things aligned
* lintiong
Mark Otto [Mon, 3 Oct 2016 01:22:53 +0000 (18:22 -0700)]
Remove the margin-bottom from <label>s in .btn-groups (#20827)
- Fixes #20298 for vertical button group spacing
- Fixes #20784 for horizontal (default) button group spacing
- Alternate fix to #20823 which only applied a fix for vertical button groups
Mark Otto [Mon, 3 Oct 2016 01:19:47 +0000 (18:19 -0700)]
v4: Social meta tags (#20825)
* descriptions for getting started pages
* descriptions for layout
* add content page descriptions
* more descriptions, updates to some existing ones
* correct site url
* add social stuff to config for twitter cards
* add twitter meta tags; use large image for homepage and regular card for all others
* add the assets
* more site config
* more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
Mark Otto [Mon, 3 Oct 2016 01:15:55 +0000 (18:15 -0700)]
Fixes #20799: Apply same color change to disabled inline radios/checkboxes (#20826)
Patrick H. Lauke [Sun, 2 Oct 2016 15:17:59 +0000 (16:17 +0100)]
Update print styles borrowed from h5bp
most notable change:
- fixes print/print preview crash in IE11 (caused by `*:first-line`
selector)
Mark Otto [Mon, 26 Sep 2016 07:54:10 +0000 (00:54 -0700)]
Rename pull-*-{left|right} classes to .float-*-left and .float-*-right
Bardi Harborow [Tue, 2 Aug 2016 05:17:24 +0000 (15:17 +1000)]
Upgrade to normalize.css v4.2.0 and fix Hound exclusion.
Patrick H. Lauke [Thu, 22 Sep 2016 09:54:49 +0000 (10:54 +0100)]
Merge pull request #20764 from patrickhlauke/v4-dev
Add Edge#
9011176 bug (visual artifacts in scrollable dialogs)
Patrick H. Lauke [Thu, 22 Sep 2016 09:48:05 +0000 (10:48 +0100)]
Add Edge#
9011176 bug (visual artifacts in scrollable dialogs)
VarelloThemes [Thu, 15 Sep 2016 16:39:31 +0000 (17:39 +0100)]
replace some profanities (#20715)
Kovah [Fri, 9 Sep 2016 04:48:17 +0000 (06:48 +0200)]
Add breakpoint-specific gutters.
Nick [Tue, 13 Sep 2016 05:31:05 +0000 (07:31 +0200)]
Grid mixins docs should match source code (#20705)
Chris Rebert [Mon, 12 Sep 2016 23:19:29 +0000 (16:19 -0700)]
Remove fixed Edge <input type="file"> bug from the Wall
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/
8282613 / has been marked as Fixed.
Refs #20335.
[skip sauce]
Mark Otto [Mon, 12 Sep 2016 06:52:47 +0000 (23:52 -0700)]
grunt
Mark Otto [Mon, 12 Sep 2016 06:51:11 +0000 (23:51 -0700)]
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 12 Sep 2016 06:50:50 +0000 (23:50 -0700)]
grunt
mkroeders [Mon, 12 Sep 2016 06:32:51 +0000 (08:32 +0200)]
Have same margin for <hN> as a <div> on .card-headers (#19048)
* Have same margin for <hN> as a <div> on .card-headers
Related #18726
When you use a `<hN>` as `.card-header` there is `margin-bottom: .5rem` added. The changes set the margin-bottom to 0
* Removed space
Edd Yerburgh [Mon, 12 Sep 2016 06:03:12 +0000 (07:03 +0100)]
added text-gray-dark class (#19847)
Chris Garcia [Mon, 12 Sep 2016 05:50:14 +0000 (00:50 -0500)]
Removing a redundant background-color declaration. (#20698)
Mark Otto [Mon, 12 Sep 2016 05:34:25 +0000 (22:34 -0700)]
woof, first grunt after building all the dist lol
NicoLB [Mon, 12 Sep 2016 05:32:33 +0000 (15:32 +1000)]
.form-control:focus customization (#20436)
* Allow variables input-bg-focus and input-color-focus to be overridden.
* More consistency and control to customize shadows on .form-control:focus
Mark Otto [Mon, 12 Sep 2016 05:31:26 +0000 (22:31 -0700)]
Fixes #19466: Document the flexbox order utils (#20697)
Mark Otto [Mon, 12 Sep 2016 05:30:37 +0000 (22:30 -0700)]
v4: Update tooltip placement docs (#20696)
* Fixes #19796: Remove mention of tooltip auto placement
* add note to migration docs
Mark Otto [Mon, 12 Sep 2016 05:29:45 +0000 (22:29 -0700)]
Update gruntfile to compile the Sass extras (flex, grid, and reboot) as part of the dist-css task (#20682)
Mark Otto [Mon, 12 Sep 2016 05:27:43 +0000 (22:27 -0700)]
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 12 Sep 2016 05:27:12 +0000 (22:27 -0700)]
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Chris Rebert [Mon, 12 Sep 2016 05:27:11 +0000 (22:27 -0700)]
Add Selectors Level 4 :nth-child() to Most Wanted features for Edge
h/t @bardiharborow for opening https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/
15944476
Refs #20143
[skip sauce]
Mark Otto [Mon, 12 Sep 2016 05:25:42 +0000 (22:25 -0700)]
Swap for custom svg background that we can embed to set the color of the stroke via Sass variable
Chris Rebert [Mon, 12 Sep 2016 05:21:12 +0000 (22:21 -0700)]
Add transitioncancel to Most Wanted list for Chrome, Safari, Edge (#20618)
[skip sauce]
Mark Otto [Mon, 12 Sep 2016 04:57:38 +0000 (21:57 -0700)]
Merge branch 'v4-hamburger-fix2' of https://github.com/patrickhlauke/bootstrap into patrickhlauke-v4-hamburger-fix2
Mark Otto [Mon, 12 Sep 2016 04:57:27 +0000 (21:57 -0700)]
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 12 Sep 2016 03:51:07 +0000 (20:51 -0700)]
grunt
Anatoly Kamchatnov [Mon, 12 Sep 2016 02:53:36 +0000 (06:53 +0400)]
Fix CSS and JS hashes for 4.0.0-alpha.4 (#20692) (#20694)
Mark Otto [Sat, 10 Sep 2016 04:24:27 +0000 (21:24 -0700)]
update nav.yml
Mark Otto [Fri, 9 Sep 2016 06:21:40 +0000 (23:21 -0700)]
Add new border utils
- Move and rename .img-rounded to .rounded, .img-circle to .rounded-circle
- Add new .rounded-{direction} utils
- New docs pages for border utils with TBD comments for the border property
- Removes most image examples for rounding from the content/images docs in favor of new docs page
judetucker [Tue, 26 Jul 2016 04:30:48 +0000 (21:30 -0700)]
updated docs to reflect change in img-rounded class
judetucker [Tue, 26 Jul 2016 04:06:07 +0000 (21:06 -0700)]
resolves #20266
Mark Otto [Fri, 9 Sep 2016 05:18:40 +0000 (22:18 -0700)]
Revamp background utilities and add new .text-white utility
- 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
Mark Otto [Fri, 9 Sep 2016 05:16:28 +0000 (22:16 -0700)]
Update docs to use new spacing util class names
Mark Otto [Fri, 9 Sep 2016 05:15:34 +0000 (22:15 -0700)]
Rename margin and padding utilities from .{property}-{side} to .{property}{side} without the extra dash
Kovah [Fri, 9 Sep 2016 04:48:17 +0000 (06:48 +0200)]
Docs: Breaks out Utilities into separate section and optimizes its pages (#20678)
Mark Otto [Fri, 9 Sep 2016 04:26:19 +0000 (21:26 -0700)]
v4: Custom checkbox and radio alignment (#20671)
* 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
Adam Macias [Thu, 8 Sep 2016 16:19:11 +0000 (13:19 -0300)]
Add Brazilian Portuguese in translations (#20673)
Mark Otto [Thu, 8 Sep 2016 04:25:14 +0000 (21:25 -0700)]
Follow up fix for #20667 (#20672)
Use proper Sass variable interpolation to ensure the proper values are compiled and not the literal string of the variable name
Mark Otto [Thu, 8 Sep 2016 04:21:30 +0000 (21:21 -0700)]
fix spacing a bit
Mark Otto [Thu, 8 Sep 2016 04:08:02 +0000 (21:08 -0700)]
Merge branch 'patch-21' of https://github.com/kkirsche/bootstrap into kkirsche-patch-21
Mark Otto [Thu, 8 Sep 2016 04:07:52 +0000 (21:07 -0700)]
grunt
Igor Tarasov [Thu, 8 Sep 2016 03:44:28 +0000 (07:44 +0400)]
Fix docs for heading sizes (#20646)
* Fix docs for heading sizes (sizes here were from v3)
* Added rem sizes to header size docs
* Fixed erroneous px sizes
Mark Otto [Thu, 8 Sep 2016 03:40:12 +0000 (20:40 -0700)]
v4: Card image fixes (#20667)
* 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
Mark Otto [Thu, 8 Sep 2016 03:39:33 +0000 (20:39 -0700)]
fixes #20655: Update font stack list in the Reboot docs to match current CSS usage (#20666)
Mark Otto [Thu, 8 Sep 2016 03:38:11 +0000 (20:38 -0700)]
Fix #20654 by reverting #20447 (#20665)
Cards must be inline-block in columns, otherwise they can get split across columns
Juno_okyo [Wed, 7 Sep 2016 04:23:54 +0000 (11:23 +0700)]
Update Bower url (HTTP to HTTPS) (#20658)
[ci skip]
Chris Rebert [Tue, 6 Sep 2016 05:55:26 +0000 (22:55 -0700)]
Add Edge entry for #20507 to Wall of Browser Bugs
Closes #20507
[skip sauce]