]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Fri, 23 Dec 2016 05:20:47 +0000 (21:20 -0800)]
ugh
Mark Otto [Fri, 23 Dec 2016 05:18:33 +0000 (21:18 -0800)]
typo
Mark Otto [Fri, 23 Dec 2016 03:13:39 +0000 (19:13 -0800)]
margins to separate some cards in examples
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.
Mark Otto [Fri, 23 Dec 2016 02:55:21 +0000 (18:55 -0800)]
move to grid gutter width, fixes #21300
Mark Otto [Fri, 23 Dec 2016 00:52:25 +0000 (16:52 -0800)]
no more need for this
Mark Otto [Fri, 23 Dec 2016 00:47:30 +0000 (16:47 -0800)]
final docs cleanup with columns and more
Mark Otto [Fri, 23 Dec 2016 00:47:10 +0000 (16:47 -0800)]
card deck footer example
Mark Otto [Fri, 23 Dec 2016 00:46:29 +0000 (16:46 -0800)]
add aligned footer example
Mark Otto [Fri, 23 Dec 2016 00:46:10 +0000 (16:46 -0800)]
redo subheadings and organization of card layout options
Mark Otto [Fri, 23 Dec 2016 00:45:48 +0000 (16:45 -0800)]
better grouping of card styles docs
Mark Otto [Fri, 23 Dec 2016 00:44:54 +0000 (16:44 -0800)]
redo image section for intros and subheadings
Mark Otto [Fri, 23 Dec 2016 00:44:39 +0000 (16:44 -0800)]
retitle nav section
Mark Otto [Fri, 23 Dec 2016 00:44:33 +0000 (16:44 -0800)]
update alignment section with widths
Mark Otto [Fri, 23 Dec 2016 00:44:12 +0000 (16:44 -0800)]
redo sizing section with utils and grid callouts
Mark Otto [Fri, 23 Dec 2016 00:43:21 +0000 (16:43 -0800)]
redo the supported content section entirely to give it sub sections
Mark Otto [Fri, 23 Dec 2016 00:41:56 +0000 (16:41 -0800)]
redo docs intro for the example
Mark Otto [Fri, 23 Dec 2016 00:41:28 +0000 (16:41 -0800)]
switch from block to flex
add flex direction too
Mark Otto [Fri, 23 Dec 2016 00:41:11 +0000 (16:41 -0800)]
remove default bottom margin on cards
use utils instead
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
Mark Otto [Fri, 23 Dec 2016 00:40:19 +0000 (16:40 -0800)]
remove commented out code
Mark Otto [Fri, 23 Dec 2016 00:39:23 +0000 (16:39 -0800)]
comment typo
Mark Otto [Fri, 23 Dec 2016 00:39:18 +0000 (16:39 -0800)]
fix comment
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)
Mark Otto [Fri, 23 Dec 2016 00:38:22 +0000 (16:38 -0800)]
add card column count variable
Mark Otto [Fri, 23 Dec 2016 00:38:09 +0000 (16:38 -0800)]
Rename card column gap variable
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
Mark Otto [Thu, 22 Dec 2016 22:47:28 +0000 (14:47 -0800)]
linting
Mark Otto [Thu, 22 Dec 2016 22:41:27 +0000 (14:41 -0800)]
text-align doesn't apply here, so we can nuke it
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.
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.
Mark Otto [Thu, 22 Dec 2016 22:30:05 +0000 (14:30 -0800)]
start small--set flex instead of block for active items
Mark Otto [Thu, 22 Dec 2016 21:52:33 +0000 (13:52 -0800)]
grunt
Mark Otto [Thu, 22 Dec 2016 17:12:43 +0000 (09:12 -0800)]
redo custom docs navbar
Mark Otto [Thu, 22 Dec 2016 17:11:57 +0000 (09:11 -0800)]
streamline example navbars by removing .hidden-* classes on togglers
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-*
Mark Otto [Thu, 22 Dec 2016 07:31:28 +0000 (23:31 -0800)]
couple more utils
Mark Otto [Thu, 22 Dec 2016 06:33:18 +0000 (22:33 -0800)]
more example fixes
Mark Otto [Thu, 22 Dec 2016 06:20:44 +0000 (22:20 -0800)]
more linting
Mark Otto [Thu, 22 Dec 2016 06:20:22 +0000 (22:20 -0800)]
linting
Mark Otto [Thu, 22 Dec 2016 06:19:16 +0000 (22:19 -0800)]
migrate some notes on over here
Mark Otto [Thu, 22 Dec 2016 06:11:04 +0000 (22:11 -0800)]
put new toggler markup to use
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
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)
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
Mark Otto [Thu, 22 Dec 2016 05:26:43 +0000 (21:26 -0800)]
even more utils for forms
Mark Otto [Thu, 22 Dec 2016 05:26:17 +0000 (21:26 -0800)]
more margin utils on forms
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
Mark Otto [Thu, 22 Dec 2016 05:12:50 +0000 (21:12 -0800)]
dedupe ids
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
Mark Otto [Thu, 22 Dec 2016 04:54:00 +0000 (20:54 -0800)]
fix carousel navbar
Mark Otto [Thu, 22 Dec 2016 04:52:46 +0000 (20:52 -0800)]
fix sticky footer example navbar
Mark Otto [Thu, 22 Dec 2016 04:51:15 +0000 (20:51 -0800)]
fix up navbar top and fixed top examples
Mark Otto [Thu, 22 Dec 2016 04:46:05 +0000 (20:46 -0800)]
redo album navbar with new styles
Mark Otto [Thu, 22 Dec 2016 02:29:51 +0000 (18:29 -0800)]
make more examples responsive
Mark Otto [Thu, 22 Dec 2016 02:29:37 +0000 (18:29 -0800)]
remove
Mark Otto [Thu, 22 Dec 2016 02:19:15 +0000 (18:19 -0800)]
remove now unneeded collapse section
Mark Otto [Thu, 22 Dec 2016 02:18:59 +0000 (18:18 -0800)]
fix colors
Mark Otto [Thu, 22 Dec 2016 01:53:00 +0000 (17:53 -0800)]
override pos-f-t in examples
Mark Otto [Thu, 22 Dec 2016 01:52:39 +0000 (17:52 -0800)]
add responsive behaviors section
Mark Otto [Thu, 22 Dec 2016 01:52:28 +0000 (17:52 -0800)]
update responsive behavior in demo
Mark Otto [Thu, 22 Dec 2016 01:51:49 +0000 (17:51 -0800)]
Fix vertical alignment a bit
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
Mark Otto [Wed, 21 Dec 2016 22:35:02 +0000 (14:35 -0800)]
unique ids
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
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
Mark Otto [Wed, 21 Dec 2016 22:16:13 +0000 (14:16 -0800)]
containers should flex
Mark Otto [Wed, 21 Dec 2016 22:16:04 +0000 (14:16 -0800)]
flexbox shiz
Mark Otto [Wed, 21 Dec 2016 22:15:56 +0000 (14:15 -0800)]
nuke
Mark Otto [Wed, 21 Dec 2016 22:15:50 +0000 (14:15 -0800)]
move and consolidate navbar examples, fix em up
Mark Otto [Wed, 21 Dec 2016 21:20:28 +0000 (13:20 -0800)]
no need for a clearfix given no more floats
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
Mark Otto [Wed, 21 Dec 2016 21:17:48 +0000 (13:17 -0800)]
make supported content example responsive
Mark Otto [Wed, 21 Dec 2016 21:14:48 +0000 (13:14 -0800)]
no more .navbar-full
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
Mark Otto [Wed, 21 Dec 2016 21:12:55 +0000 (13:12 -0800)]
more navbar docs changes
Mark Otto [Wed, 21 Dec 2016 21:08:34 +0000 (13:08 -0800)]
cleanup navbar docs for flex changes
Mark Otto [Wed, 21 Dec 2016 21:07:57 +0000 (13:07 -0800)]
remove .navbar-container; just need .navbar now
Mark Otto [Wed, 21 Dec 2016 21:07:30 +0000 (13:07 -0800)]
remove width 100% from positioning, remove rounded corners for utils
Mark Otto [Wed, 21 Dec 2016 21:07:06 +0000 (13:07 -0800)]
remove justified, replacing with modifier later if needed; combine rules
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
Mark Otto [Wed, 21 Dec 2016 17:52:47 +0000 (09:52 -0800)]
spacing
Mark Otto [Wed, 21 Dec 2016 17:52:36 +0000 (09:52 -0800)]
indentation
Mark Otto [Wed, 21 Dec 2016 08:40:31 +0000 (00:40 -0800)]
exploring table based navbar again
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
Mark Otto [Thu, 22 Dec 2016 21:42:01 +0000 (13:42 -0800)]
grunt
Bardi Harborow [Thu, 22 Dec 2016 21:41:31 +0000 (08:41 +1100)]
Remove IE9 browser hacks. (#21393)
Patrick Cameron [Thu, 22 Dec 2016 21:25:41 +0000 (16:25 -0500)]
Changed a word in a comment (#21399)
Mark Otto [Thu, 22 Dec 2016 04:37:46 +0000 (20:37 -0800)]
grunt
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
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
Mark Otto [Thu, 22 Dec 2016 04:33:54 +0000 (20:33 -0800)]
grunt
Mark Otto [Thu, 22 Dec 2016 04:30:35 +0000 (20:30 -0800)]
grunt
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
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
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.
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
Mark Otto [Tue, 20 Dec 2016 22:53:50 +0000 (14:53 -0800)]
grunt
Mark Otto [Tue, 20 Dec 2016 22:46:45 +0000 (14:46 -0800)]
remove .mb-0 from static form controls to follow up #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