Commit Graph

119 Commits

Author SHA1 Message Date
Bardi Harborow e4c0311626 Update broken links. 2017-01-05 11:17:22 +11:00
Mark Otto 57d3a25fec leave a note in the docs 2017-01-03 19:32:57 -08:00
Mark Otto bd72b9593b Drop .table-reflow
Tried redoing this in flexbox, but it falls apart really quickly. Any changes in height of the cells throws it all off since the rows become columns (and thus, content across columns cannot be equally sized). Rather than implement something with such glaring flaws, I'm nuking it outright.
2017-01-03 13:11:25 -08:00
Quy ff8d28cf25 Move .table-responsive from wrapper to .table 2016-12-31 16:39:42 -08:00
Bardi Harborow 855a67b1d6 Remove IE9 browser hacks. (#21393) 2016-12-22 13:41:31 -08:00
Bardi Harborow da18d07d8e Add 'system-ui' to font stack. 2016-12-19 20:29:44 -08:00
Chris Rebert e3a569f4f6 Remove soon-to-be-defunct callout about Firefox fieldset bug (#21262)
The relevant bug has been fixed in Firefox 53:
https://bugzilla.mozilla.org/show_bug.cgi?id=504622
2016-12-02 09:58:18 -08:00
Mark Otto af937836d9 Fix #20908 (#21244)
Remove the border-bottom from abbr elements since that's covered with an underline in Normalize.css. Updates the docs to match and tweaks some code comments, too.
2016-11-28 20:26:28 -08:00
Starsam80 b1e8d60348 Remove 'xs' from text utilities (#21217) 2016-11-26 20:33:46 -08:00
Mark Otto 967ee175dc Move .table-responsive to .table instead of as a parent 2016-11-26 01:45:40 -08:00
Eric Nolte cec0c7c6d6 Update docs to reflect new breakpoint naming convention 2016-11-04 10:54:34 -06:00
Mark Otto ffaad0a819 Responsive display utilities (#20934)
* Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name
* make floats use the same format, add float-none mixin
2016-10-31 21:27:56 -07:00
Rodrigo Castro d6cc0e017d Fixes #21057, fixes utilities link on typography documentation page (#21058) 2016-10-31 19:27:40 -07:00
Mark Otto 6c867667a1 Merge branch 'v4-dev' into v4-utils 2016-10-09 14:36:43 -07:00
Bardi Harborow 2e69dfa8c1 Fix broken/redirected links, moving to HTTPS where possible. (#20557) 2016-10-03 09:55:59 -07:00
Mark Otto 18b14d3c9f Document that all table styles are inherited (#20699) 2016-10-02 18:27:53 -07:00
Mark Otto 7bf868a709 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
2016-10-02 18:19:47 -07:00
Mark Otto 3dc4b3647c Rename pull-*-{left|right} classes to .float-*-left and .float-*-right 2016-09-26 00:54:10 -07:00
Mark Otto 91992ac70a 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
2016-09-08 23:21:40 -07:00
judetucker 618081b86c updated docs to reflect change in img-rounded class 2016-09-08 22:51:22 -07:00
Mark Otto 0be876359e Update docs to use new spacing util class names 2016-09-08 22:16:28 -07:00
Igor Tarasov 18258cbd99 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
2016-09-07 20:44:28 -07:00
Mark Otto 5413787e40 fixes #20655: Update font stack list in the Reboot docs to match current CSS usage (#20666) 2016-09-07 20:39:33 -07:00
dumb 558a902e09 Fixed a small typo 2016-05-16 13:25:40 -04:00
Mark Otto d74a897f55 Overhaul tables docs and use rgba() colors for inverse tables
- Add inverse examples for all variants
- Use rgba() colors for hover and accent states for easy usage in inverse styles
2016-05-11 16:28:28 -07:00
Mark Otto b479efb9d6 Fixes #18492: Document .h1-.h6, change docs mention of inline usage to varying elements 2016-05-08 15:13:53 -07:00
Mark Otto aa5ef212f3 Merge pull request #19863 from twbs/v4-inverse-table-variants
v4: Inverse table variants
2016-05-08 14:33:38 -07:00
Mark Otto 7322c8dc75 add code snippet 2016-05-08 14:16:23 -07:00
Mark Otto 44778465da Update table docs
- Change some things around, add some copy
- Include table variant styles for the inverse tables thanks to bg and color utils
2016-05-08 14:15:34 -07:00
Mark Otto ce249a555c document table border collapse change, move from old normalize to our reboot 2016-05-08 13:51:25 -07:00
Patrick H. Lauke 47b9768203 Merge pull request #19710 from twbs/ios-9.3-fast-tap
Update 300ms click delay docs to reflect iOS 9.3 improvements
2016-04-11 09:22:58 +01:00
Chris Rebert f60e5a423a Update 300ms click delay docs to reflect iOS 9.3 improvements
[skip sauce]
2016-04-10 19:09:37 -07:00
Mark Otto 2cc75671e1 Fixes #19690: Mention classes better for .list-inline and .list-inline-item 2016-04-08 20:41:44 -05:00
Chris Rebert 835676b99a Update lingering implicit prose reference to `.center-block`
Closes #19339
Refs #19102, #19443, #19665
[skip sauce]
2016-04-06 19:07:37 -07:00
Teo Dell'Amico a0a157db93 Finish killing .center-block; fixes #19443
Replace the leftover instances with .m-x-auto (and .d-block when necessary)
Closes #19665
Refs #19102
[skip sauce]
2016-04-06 15:55:27 -07:00
Patrick H. Lauke 56b04733a6 Merge pull request #19408 from delftswa2016/v4-dev
Introduction for using table-reflow
2016-03-06 14:20:10 +00:00
Floris Verburg 1f258ff6a1 Introduction for using table-reflow. 2016-03-06 13:17:11 +01:00
Patrick H. Lauke 40aee9325d - Conveying color meaning to AT as markdown include
- Add/replace callout for color and AT with include
2016-02-17 10:53:50 +00:00
Jaga Santagostino 87d248a482 Fix typos in plural tag names 2016-02-16 20:29:59 +01:00
Chris Rebert 9248602ecf Fixes+tweaks to native font stack docs
[skip sauce]
2016-02-08 03:53:59 -08:00
Chris Rebert 0fe396211d Fix bad localhost link in Typography docs
Fixup for 27ba4beb22
/fyi @mdo
[skip sauce]
2016-02-07 03:04:33 -08:00
Mark Otto ccf971d860 Fixes #17969: Clear horizontal dls
- Using the grid classes, they still need clearfixes since rows aren't injected between them all
- Update docs to fix broken classes
2016-02-06 20:01:37 -08:00
Mark Otto 27ba4beb22 cross ref the type utils in the type docs 2016-02-06 15:53:10 -08:00
Mark Otto fc6c593bec rogue line break 2016-02-06 15:50:19 -08:00
Mark Otto d8e82e2e8f document 2016-02-06 13:32:53 -08:00
Chris Rebert fc7ee66630 Docs: Tweak #18982
[skip sauce]
2016-01-20 17:50:08 -08:00
David Beitey a5f4046d38 Document .small and .mark classes
These are available in _type.scss but not documented.  These classes are useful for styling without adding semantics.
2016-01-21 10:28:05 +10:00
Chris Rebert 850611d895 Add nested definition list to docs example
Refs #18458
[skip sauce]
2016-01-06 16:56:27 -08:00
Chris Rebert 602b107edb Remove usages of and references to <input type="datetime">
It has been removed from the HTML specification: https://github.com/whatwg/html/issues/336
Only Presto Opera ever implemented a special UI for it.

[skip sauce]
2016-01-06 11:28:17 -08:00
Mark Otto c76a2c3218 Merge pull request #18669 from twbs/fix-18652
Remove .dl-horizontal; it's redundant to the grid system
2016-01-03 19:10:42 -08:00