| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Fixes #21287
|
|
remove broken example class from grid docs
|
|
|
|
* 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
|
|
* Use `breakpoint-min` instead of a counter
* Remove 'xs' from flexbox grid
|
|
|
|
Fixes #19107.
|
|
|
|
Update the grid table heading to clarify max width over width
|
|
|
|
|
|
Fixes #20688
|
|
|
|
|
|
https://github.com/pixelbandito/bootstrap into pixelbandito-customizable-grid-gutters-per-breakpoint
|
|
* 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
|
|
|
|
|
|
|
|
- More details on columns and gutters
- Break it into clear sections
|
|
Remove mention of base class and fix grid examples
|
|
|
|
- Restores two-mixin approach to generating semantic grid columns (now with 'make-col-ready' and 'make-col')
- Removes need for .col-xs-12 by restoring the mass list of all grid tier classes to set position, min-height, and padding
- Adds an initial 'width: 100%' to flexbox grid column prep (later overridden by the column sizing in 'flex' shorthand or 'width') to prevent flexbox columns from collapsing in lower viewports
|
|
The example for column ordering still referenced the old push/pull class names.
|
|
Fixup for fb4f5f0bf1e22f707bdd16880fe19328df091bde
[skip sauce]
|
|
|
|
|
|
|
|
responsive flex grid working
|
|
|
|
|
|
|
|
|
|
These can be replaced by their `.text-xs-*` parallels.
This also avoids any complications from interactions between the responsive and non-responsive classes.
(e.g. `<div class="text-left text-md-right">`)
Refs #18300
[skip sauce]
|
|
Changes grid and container sizes to `px`, as the
viewport pixel size does not depend on the font size.
The actual em values were inconsistent with the docs,
while the docs were not the same as the comments:
* `sm` breakpoint was 34em (544px) not 480px.
* `lg` container max-width was 60rem (960px), less gutter than `md`.
Changed to 940px, same as Bootstrap 3.
* `xl` container max-width was 72.25rem which is 1140px not 1156px.
Changed to 1140px matching the comment but not the docs.
Addresses #17070 and #17388.
|
|
v4 - Force linebreaks after grid tier names in v4 grid docs
|
|
Fix anchors, fix naming consistency
|
|
.visible-xs(-block) => .hidden-sm-up
Fixes #17263.
[skip sauce]
|
|
I found non working anchors and some naming in consistency. I hope I fixed well. Have a nice day.
|
|
v4 - Rendered example bin in grid docs should use sass
|
|
Fix #17176
Sorry, I f'd up the rebase in #17186
|
|
v4 - Add pixel values for the rem breakpoints and column sizes
|
|
Fix #17177
Simplest example is using horizontal variants using rows.
|
|
|
|
Mostly links.
Fixes #17056.
|
|
Fix: #17145
|
|
Fix #17129
|
|
- Simpler main nav on all pages
- Back to purple masthead on homepage instead of dark graphite
- Active link styles on the main nav
- Cleaned up sidebar nav
- New docs layout name
- Homepage copy edits
- Updated bright purple docs color
|