]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
8 years agough 21403/head
Mark Otto [Fri, 23 Dec 2016 05:20:47 +0000 (21:20 -0800)] 
ugh

8 years agotypo
Mark Otto [Fri, 23 Dec 2016 05:18:33 +0000 (21:18 -0800)] 
typo

8 years agomargins to separate some cards in examples
Mark Otto [Fri, 23 Dec 2016 03:13:39 +0000 (19:13 -0800)] 
margins to separate some cards in examples

8 years agochange card deck margin strategy
Mark Otto [Fri, 23 Dec 2016 02:59:05 +0000 (18:59 -0800)] 
change card deck margin strategy

- Instead of negative left/right margins, we selectively apply margins to the cards as needed. This way the first and last child never receive a left and right margin (respectively), so we don't need to negative indent those at the .card-deck level.

- Drops the margin-bottom override on the .card because there's no more default margin there.

- Drop the margin-bottom from the .card-deck to match our lack of margins on the card.

This and the previous commit fixes #19883.

8 years agomove to grid gutter width, fixes #21300
Mark Otto [Fri, 23 Dec 2016 02:55:21 +0000 (18:55 -0800)] 
move to grid gutter width, fixes #21300

8 years agono more need for this
Mark Otto [Fri, 23 Dec 2016 00:52:25 +0000 (16:52 -0800)] 
no more need for this

8 years agofinal docs cleanup with columns and more
Mark Otto [Fri, 23 Dec 2016 00:47:30 +0000 (16:47 -0800)] 
final docs cleanup with columns and more

8 years agocard deck footer example
Mark Otto [Fri, 23 Dec 2016 00:47:10 +0000 (16:47 -0800)] 
card deck footer example

8 years agoadd aligned footer example
Mark Otto [Fri, 23 Dec 2016 00:46:29 +0000 (16:46 -0800)] 
add aligned footer example

8 years agoredo subheadings and organization of card layout options
Mark Otto [Fri, 23 Dec 2016 00:46:10 +0000 (16:46 -0800)] 
redo subheadings and organization of card layout options

8 years agobetter grouping of card styles docs
Mark Otto [Fri, 23 Dec 2016 00:45:48 +0000 (16:45 -0800)] 
better grouping of card styles docs

8 years agoredo image section for intros and subheadings
Mark Otto [Fri, 23 Dec 2016 00:44:54 +0000 (16:44 -0800)] 
redo image section for intros and subheadings

8 years agoretitle nav section
Mark Otto [Fri, 23 Dec 2016 00:44:39 +0000 (16:44 -0800)] 
retitle nav section

8 years agoupdate alignment section with widths
Mark Otto [Fri, 23 Dec 2016 00:44:33 +0000 (16:44 -0800)] 
update alignment section with widths

8 years agoredo sizing section with utils and grid callouts
Mark Otto [Fri, 23 Dec 2016 00:44:12 +0000 (16:44 -0800)] 
redo sizing section with utils and grid callouts

8 years agoredo the supported content section entirely to give it sub sections
Mark Otto [Fri, 23 Dec 2016 00:43:21 +0000 (16:43 -0800)] 
redo the supported content section entirely to give it sub sections

8 years agoredo docs intro for the example
Mark Otto [Fri, 23 Dec 2016 00:41:56 +0000 (16:41 -0800)] 
redo docs intro for the example

8 years agoswitch from block to flex
Mark Otto [Fri, 23 Dec 2016 00:41:28 +0000 (16:41 -0800)] 
switch from block to flex

add flex direction too

8 years agoremove default bottom margin on cards
Mark Otto [Fri, 23 Dec 2016 00:41:11 +0000 (16:41 -0800)] 
remove default bottom margin on cards

use utils instead

8 years agomove the card-block flex action up to all card-blocks
Mark Otto [Fri, 23 Dec 2016 00:40:58 +0000 (16:40 -0800)] 
move the card-block flex action up to all card-blocks

this allows us to easily scale card blocks in groups and decks, without repeating it in our css

8 years agoremove commented out code
Mark Otto [Fri, 23 Dec 2016 00:40:19 +0000 (16:40 -0800)] 
remove commented out code

8 years agocomment typo
Mark Otto [Fri, 23 Dec 2016 00:39:23 +0000 (16:39 -0800)] 
comment typo

8 years agofix comment
Mark Otto [Fri, 23 Dec 2016 00:39:18 +0000 (16:39 -0800)] 
fix comment

8 years agoadd card column margin variable instead of relying on a default card margin
Mark Otto [Fri, 23 Dec 2016 00:39:11 +0000 (16:39 -0800)] 
add card column margin variable instead of relying on a default card margin

this assumes no margin on the .card to start (which will follow in a later commit)

8 years agoadd card column count variable
Mark Otto [Fri, 23 Dec 2016 00:38:22 +0000 (16:38 -0800)] 
add card column count variable

8 years agoRename card column gap variable
Mark Otto [Fri, 23 Dec 2016 00:38:09 +0000 (16:38 -0800)] 
Rename card column gap variable

8 years agoNew width and height utils 21402/head
Mark Otto [Fri, 23 Dec 2016 00:37:18 +0000 (16:37 -0800)] 
New width and height utils

Adding 25%, 50%, and 75% to the mix for later use with cards

8 years agolinting
Mark Otto [Thu, 22 Dec 2016 22:47:28 +0000 (14:47 -0800)] 
linting

8 years agotext-align doesn't apply here, so we can nuke it
Mark Otto [Thu, 22 Dec 2016 22:41:27 +0000 (14:41 -0800)] 
text-align doesn't apply here, so we can nuke it

8 years agoRedo controls in flexbox
Mark Otto [Thu, 22 Dec 2016 22:41:00 +0000 (14:41 -0800)] 
Redo controls in flexbox

- Drops the absolute positioning of the icons within the left/right controls. We have to keep the controls themselves positioned though since we're overlapping HTML elements here.

- No more position, left, right, or margins involved; just some justify-content and align-items.

- Add some comments for explaining which flex property-value pair does what.

- Remove the unapplied font and line-height stuff now that we're all SVGs and flexbox here.

8 years agoflexbox powered indicators
Mark Otto [Thu, 22 Dec 2016 22:31:33 +0000 (14:31 -0800)] 
flexbox powered indicators

This revamps the indicators to use flexbox instead of inline-block for added flexbility (hah). Indicators now automatically scale based on the number of elements present, and max out at the `$carousel-indicator-width` instead of always being that wide.

8 years agostart small--set flex instead of block for active items
Mark Otto [Thu, 22 Dec 2016 22:30:05 +0000 (14:30 -0800)] 
start small--set flex instead of block for active items

8 years agogrunt
Mark Otto [Thu, 22 Dec 2016 21:52:33 +0000 (13:52 -0800)] 
grunt

8 years agoredo custom docs navbar
Mark Otto [Thu, 22 Dec 2016 17:12:43 +0000 (09:12 -0800)] 
redo custom docs navbar

8 years agostreamline example navbars by removing .hidden-* classes on togglers
Mark Otto [Thu, 22 Dec 2016 17:11:57 +0000 (09:11 -0800)] 
streamline example navbars by removing .hidden-* classes on togglers

8 years agoremove .hidden-* classes from .navbar-toggler and make that part of the .navbar-toggl...
Mark Otto [Thu, 22 Dec 2016 16:59:45 +0000 (08:59 -0800)] 
remove .hidden-* classes from .navbar-toggler and make that part of the .navbar-toggleable-*

8 years agocouple more utils
Mark Otto [Thu, 22 Dec 2016 07:31:28 +0000 (23:31 -0800)] 
couple more utils

8 years agomore example fixes
Mark Otto [Thu, 22 Dec 2016 06:33:18 +0000 (22:33 -0800)] 
more example fixes

8 years agomore linting
Mark Otto [Thu, 22 Dec 2016 06:20:44 +0000 (22:20 -0800)] 
more linting

8 years agolinting
Mark Otto [Thu, 22 Dec 2016 06:20:22 +0000 (22:20 -0800)] 
linting

8 years agomigrate some notes on over here
Mark Otto [Thu, 22 Dec 2016 06:19:16 +0000 (22:19 -0800)] 
migrate some notes on over here

8 years agoput new toggler markup to use
Mark Otto [Thu, 22 Dec 2016 06:11:04 +0000 (22:11 -0800)] 
put new toggler markup to use

8 years agoRedo navbar-toggler
Mark Otto [Thu, 22 Dec 2016 06:10:44 +0000 (22:10 -0800)] 
Redo navbar-toggler

- Require inner element for the icon for improved customization (e.g., drop the element to replace it with your own icon font or SVG)
- Tighten up padding
- Better comments

8 years agofixes #18115: move forward with one naming scheme for inversed color schemes, renamin...
Mark Otto [Thu, 22 Dec 2016 05:40:26 +0000 (21:40 -0800)] 
fixes #18115: move forward with one naming scheme for inversed color schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name)

8 years agofixes #18053 by removing container padding at lower breakpoints on responsive navbars
Mark Otto [Thu, 22 Dec 2016 05:38:02 +0000 (21:38 -0800)] 
fixes #18053 by removing container padding at lower breakpoints on responsive navbars

8 years agoeven more utils for forms
Mark Otto [Thu, 22 Dec 2016 05:26:43 +0000 (21:26 -0800)] 
even more utils for forms

8 years agomore margin utils on forms
Mark Otto [Thu, 22 Dec 2016 05:26:17 +0000 (21:26 -0800)] 
more margin utils on forms

8 years agomake sure all nav demos for the navbar are using toggleable-* classes for proper...
Mark Otto [Thu, 22 Dec 2016 05:25:14 +0000 (21:25 -0800)] 
make sure all nav demos for the navbar are using toggleable-* classes for proper responsive styles

8 years agodedupe ids
Mark Otto [Thu, 22 Dec 2016 05:12:50 +0000 (21:12 -0800)] 
dedupe ids

8 years agoupdate justified nav to use justified navbar; remove safari bug warning given flexbox...
Mark Otto [Thu, 22 Dec 2016 05:03:02 +0000 (21:03 -0800)] 
update justified nav to use justified navbar; remove safari bug warning given flexbox implementation

8 years agofix carousel navbar
Mark Otto [Thu, 22 Dec 2016 04:54:00 +0000 (20:54 -0800)] 
fix carousel navbar

8 years agofix sticky footer example navbar
Mark Otto [Thu, 22 Dec 2016 04:52:46 +0000 (20:52 -0800)] 
fix sticky footer example navbar

8 years agofix up navbar top and fixed top examples
Mark Otto [Thu, 22 Dec 2016 04:51:15 +0000 (20:51 -0800)] 
fix up navbar top and fixed top examples

8 years agoredo album navbar with new styles
Mark Otto [Thu, 22 Dec 2016 04:46:05 +0000 (20:46 -0800)] 
redo album navbar with new styles

8 years agomake more examples responsive
Mark Otto [Thu, 22 Dec 2016 02:29:51 +0000 (18:29 -0800)] 
make more examples responsive

8 years agoremove
Mark Otto [Thu, 22 Dec 2016 02:29:37 +0000 (18:29 -0800)] 
remove

8 years agoremove now unneeded collapse section
Mark Otto [Thu, 22 Dec 2016 02:19:15 +0000 (18:19 -0800)] 
remove now unneeded collapse section

8 years agofix colors
Mark Otto [Thu, 22 Dec 2016 02:18:59 +0000 (18:18 -0800)] 
fix colors

8 years agooverride pos-f-t in examples
Mark Otto [Thu, 22 Dec 2016 01:53:00 +0000 (17:53 -0800)] 
override pos-f-t in examples

8 years agoadd responsive behaviors section
Mark Otto [Thu, 22 Dec 2016 01:52:39 +0000 (17:52 -0800)] 
add responsive behaviors section

8 years agoupdate responsive behavior in demo
Mark Otto [Thu, 22 Dec 2016 01:52:28 +0000 (17:52 -0800)] 
update responsive behavior in demo

8 years agoFix vertical alignment a bit
Mark Otto [Thu, 22 Dec 2016 01:51:49 +0000 (17:51 -0800)] 
Fix vertical alignment a bit

8 years agomove all nav link and collapse and container behaviors to the toggleable class genera...
Mark Otto [Thu, 22 Dec 2016 01:51:35 +0000 (17:51 -0800)] 
move all nav link and collapse and container behaviors to the toggleable class generation area; this way the .navbar-toggleable-* goes on .navbar, easily affecting everything that needs updating for each breakpoint's use

8 years agounique ids
Mark Otto [Wed, 21 Dec 2016 22:35:02 +0000 (14:35 -0800)] 
unique ids

8 years agorearrange examples, go center nav only instead of trying to hack centered with siblings
Mark Otto [Wed, 21 Dec 2016 22:32:21 +0000 (14:32 -0800)] 
rearrange examples, go center nav only instead of trying to hack centered with siblings

8 years agomove flex to navbar container only; otherwise it affects things negatively elsewhere
Mark Otto [Wed, 21 Dec 2016 22:31:54 +0000 (14:31 -0800)] 
move flex to navbar container only; otherwise it affects things negatively elsewhere

8 years agocontainers should flex
Mark Otto [Wed, 21 Dec 2016 22:16:13 +0000 (14:16 -0800)] 
containers should flex

8 years agoflexbox shiz
Mark Otto [Wed, 21 Dec 2016 22:16:04 +0000 (14:16 -0800)] 
flexbox shiz

8 years agonuke
Mark Otto [Wed, 21 Dec 2016 22:15:56 +0000 (14:15 -0800)] 
nuke

8 years agomove and consolidate navbar examples, fix em up
Mark Otto [Wed, 21 Dec 2016 22:15:50 +0000 (14:15 -0800)] 
move and consolidate navbar examples, fix em up

8 years agono need for a clearfix given no more floats
Mark Otto [Wed, 21 Dec 2016 21:20:28 +0000 (13:20 -0800)] 
no need for a clearfix given no more floats

8 years agomove padding on nav links and brand to be responsive padding, keeping mobile contents...
Mark Otto [Wed, 21 Dec 2016 21:19:14 +0000 (13:19 -0800)] 
move padding on nav links and brand to be responsive padding, keeping mobile contents aligned better

8 years agomake supported content example responsive
Mark Otto [Wed, 21 Dec 2016 21:17:48 +0000 (13:17 -0800)] 
make supported content example responsive

8 years agono more .navbar-full
Mark Otto [Wed, 21 Dec 2016 21:14:48 +0000 (13:14 -0800)] 
no more .navbar-full

8 years agono need for this; we have max-width 100% on them now
Mark Otto [Wed, 21 Dec 2016 21:14:43 +0000 (13:14 -0800)] 
no need for this; we have max-width 100% on them now

8 years agomore navbar docs changes
Mark Otto [Wed, 21 Dec 2016 21:12:55 +0000 (13:12 -0800)] 
more navbar docs changes

8 years agocleanup navbar docs for flex changes
Mark Otto [Wed, 21 Dec 2016 21:08:34 +0000 (13:08 -0800)] 
cleanup navbar docs for flex changes

8 years agoremove .navbar-container; just need .navbar now
Mark Otto [Wed, 21 Dec 2016 21:07:57 +0000 (13:07 -0800)] 
remove .navbar-container; just need .navbar now

8 years agoremove width 100% from positioning, remove rounded corners for utils
Mark Otto [Wed, 21 Dec 2016 21:07:30 +0000 (13:07 -0800)] 
remove width 100% from positioning, remove rounded corners for utils

8 years agoremove justified, replacing with modifier later if needed; combine rules
Mark Otto [Wed, 21 Dec 2016 21:07:06 +0000 (13:07 -0800)] 
remove justified, replacing with modifier later if needed; combine rules

8 years agoflexbox this thing
Mark Otto [Wed, 21 Dec 2016 20:27:18 +0000 (12:27 -0800)] 
flexbox this thing

- drop the table styles, use flex
- remove commented out code
- consolidate styles a bit
- add a huge flex-grow to the nav, making the assumption you want nav to take up most space

8 years agospacing
Mark Otto [Wed, 21 Dec 2016 17:52:47 +0000 (09:52 -0800)] 
spacing

8 years agoindentation
Mark Otto [Wed, 21 Dec 2016 17:52:36 +0000 (09:52 -0800)] 
indentation

8 years agoexploring table based navbar again
Mark Otto [Wed, 21 Dec 2016 08:40:31 +0000 (00:40 -0800)] 
exploring table based navbar again

8 years agofollow up to #21393: clarify progress docs browser support and remove ie9 section
Mark Otto [Thu, 22 Dec 2016 21:43:19 +0000 (13:43 -0800)] 
follow up to #21393: clarify progress docs browser support and remove ie9 section

8 years agogrunt
Mark Otto [Thu, 22 Dec 2016 21:42:01 +0000 (13:42 -0800)] 
grunt

8 years agoRemove IE9 browser hacks. (#21393)
Bardi Harborow [Thu, 22 Dec 2016 21:41:31 +0000 (08:41 +1100)] 
Remove IE9 browser hacks. (#21393)

8 years agoChanged a word in a comment (#21399)
Patrick Cameron [Thu, 22 Dec 2016 21:25:41 +0000 (16:25 -0500)] 
Changed a word in a comment (#21399)

8 years agogrunt
Mark Otto [Thu, 22 Dec 2016 04:37:46 +0000 (20:37 -0800)] 
grunt

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Thu, 22 Dec 2016 04:34:48 +0000 (20:34 -0800)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agoMerge branch 'patch-1' of https://github.com/tracker1/bootstrap into tracker1-patch-1
Mark Otto [Thu, 22 Dec 2016 04:34:29 +0000 (20:34 -0800)] 
Merge branch 'patch-1' of https://github.com/tracker1/bootstrap into tracker1-patch-1

8 years agogrunt
Mark Otto [Thu, 22 Dec 2016 04:33:54 +0000 (20:33 -0800)] 
grunt

8 years agogrunt
Mark Otto [Thu, 22 Dec 2016 04:30:35 +0000 (20:30 -0800)] 
grunt

8 years agoRestyle code elements in links (#21392)
Mark Otto [Thu, 22 Dec 2016 04:28:34 +0000 (20:28 -0800)] 
Restyle code elements in links (#21392)

* Restyle code elements in links

Fixes #21259. Removes the background, color, and padding on code elements within anchors.

* Update _code.scss

8 years agoFlexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)
Mark Otto [Thu, 22 Dec 2016 04:26:17 +0000 (20:26 -0800)] 
Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)

* remove the $enable-flex variable option

* remove bootstrap-flex.css dist file and it's grunt task

* remove the separate flex css file for docs; it's all the same now

* remove flexbox docs (porting some to the main grid docs in next commit)

* clean up few grid docs bits to simplify copy, start to mention flexbox

* port relevant flexbox-grid.md content to grid.md

- clean up mixins
- update how it works section
- bring over sizing and alignment sections

* remove the $enable-flex from the options.md page

* update lead paragraph to mention flexbox

* update migration to mention loss of ie9 support

* remove mention of flexbox dist file

* clarify IE support

* making a note

* remove flexbox variant mentions from component docs

- updates docs for media object, navs, list group, and cards to consolidate docs
- no more need to callout flexbox variants since it's now the default

* remove $enable-flex if/else from sass files

* remove flex dist files

* update scss lint property order to account for flex properties

* linting

* change to numberless classes for autosizing, wrap in highlighting div

* bump gruntfile and postcss to ie10

* redo intro sections

* rearrange

* phew, redo hella grid docs

- rearrange all the things
- consolidate some bits

* remove reference to flexbox mode

* more border action for demo

* Make some changes to the .card's in .card-deck's to ensure footers align to the bottom

8 years agoRedo color vars
Mark Otto [Tue, 20 Dec 2016 22:52:04 +0000 (14:52 -0800)] 
Redo color vars

This pulls in some changes from #18462 to include a set of generic color variables. It doesn't include a Sass map for generating the theme colors yet, since we can't easily do that for all components, but does give a few more color choices to folks and an easier way to customize.

8 years agoupdate docs to use .mt-1 on floated labels; clarify docs for guidance
Mark Otto [Tue, 20 Dec 2016 23:02:07 +0000 (15:02 -0800)] 
update docs to use .mt-1 on floated labels; clarify docs for guidance

8 years agogrunt
Mark Otto [Tue, 20 Dec 2016 22:53:50 +0000 (14:53 -0800)] 
grunt

8 years agoremove .mb-0 from static form controls to follow up #21270
Mark Otto [Tue, 20 Dec 2016 22:46:45 +0000 (14:46 -0800)] 
remove .mb-0 from static form controls to follow up #21270

8 years agoOverwrite margin-bottom on form-control-static (#21270)
Gijs Boddeus [Tue, 20 Dec 2016 22:45:08 +0000 (23:45 +0100)] 
Overwrite margin-bottom on form-control-static (#21270)

* Overwrite margin-bottom on form-control-static

In the documentation the form-control-static class has been used on a p element.
On the regular vertical form the margin bottom of the p element gets overwritten by a mb-0 class.
In the inline form example this class hasn't been applied, therefore the p element gets a margin-bottom.

To prevent this behavior we can add a margin-bottom of 0.

* Update _forms.scss