- 22 Dec, 2016 26 commits
-
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
move padding on nav links and brand to be responsive padding, keeping mobile contents aligned better
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
- 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 authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Bardi Harborow authored
-
Patrick Cameron authored
-
Mark Otto authored
-
-
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
* 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
-
- 21 Dec, 2016 2 commits
-
-
Mark Otto authored
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 authored
-
- 20 Dec, 2016 12 commits
-
-
Mark Otto authored
-
Mark Otto authored
-
Gijs Boddeus authored
* 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
-
Mark Otto authored
-
Mark Otto authored
-
-
Mark Otto authored
* Rename _animation.scss to _transitions.scss for accuracy * fix docs reference to file name * cleanup line breaks
-
Mark Otto authored
-
https://github.com/szastupov/bootstrapMark Otto authored
Merge branch 'progress-brand' of https://github.com/szastupov/bootstrap into szastupov-progress-brand
-
https://github.com/Kovah/bootstrapMark Otto authored
Merge branch '14840-consistent-colors' of https://github.com/Kovah/bootstrap into Kovah-14840-consistent-colors
-
Geoffrey Tisserand authored
-
Jesse Mandel authored
pull->float comment
-