0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Commit Graph

196 Commits

Author SHA1 Message Date
Pierre Vanduynslager
48c5efa4c3 Fix JS components console error "Error: <Component> is transitioning" 2017-03-28 23:43:15 +02:00
Mark Otto
ed1de86794 Update spacer utilities (#22123)
* Drop -x and -y as they're all the same
- Also move -width to elsewhere in the vars because it makes no sense by spacers.
- Update values of -x and -y across main Sass and docs Sass.
* Update docs to reflect changes; link to spacing utils from options page
2017-03-05 12:20:44 -08:00
Bardi Harborow
e8015e3f16 Fix broken links. 2017-02-27 21:51:26 +11:00
Mark Otto
4fa7749442 Drop Normalize, port relevant parts to Reboot (#21741)
* Get this party started by removing mention of Normalize.css

* Nuke the old comment, consolidate to a single line and number as appropriate

* Bring over styles for HTML element from Normalize to Reboot

* Move margin override for body element from Normalize to Reboot

* Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support

* Building on previous commit, do the same thing for figure, figcaption, and main

* Remove IE9- display from Normalize given our browser support

* Drop IE8 figure margin because we're IE10+

* No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already

* Drop Safari 6 b and strong normalization because we're Safari 8+

* Remove mark styles for IE9- from Normalize

* Remove old iOS audio fixes from Normalize

* Remove IE9- display for progress from Normalize

* Remove more IE9- rules from Normalize

* One more IE9- display removal for canvas element

* Move pre overrides from Normalize to Reboot

* Move over some link resets to Reboot, drop others

- Move over background-color and text-decoration
- Drop focus outline change given it affects the offset on hover of
focused links

* Move over more code element resets, consolidate with pre overrides, too

* Move over sub and sup wholesale

* Move over img normalization to Reboot

* Move over SVG override too

* - Drop dupe hidden, but add comment for it
- Move over template
- Move over summary

* Remove bulk of @viewport comment

* edit down that code comment

* consolidate html-based normalizations

* update comments

* Consolidate abbr styles

* move over more type elements

* move over hr changes

* move over form controls and more

* move over button resets

* move over firefox button changes

* move over search changes and more

* we nuke all these styles for fieldsets anyway, so outright remove them

* no need for those, we override them

* move over legend, fieldset, progress

* line break

* delete normalize file

* linting

* update comment

* clarify docs mentions of normalize and reboot

* remove normalize excludes from linter

* remove normalize excludes from cli task

* linting

* callout license since we forked part of normalize

* Improve comments, move table background reset to .table class instead of in reboot

* trailing space
2017-01-21 14:14:25 -08:00
Marios Zindilis
57fe8ac84c Fixed minor typo 2017-01-15 17:14:25 +00:00
Pierre-Denis Vanduynslager
ec697b2076 Update broken links. (#21696) 2017-01-15 12:11:57 +11:00
Mark Otto
7ea1417b90 rubygems version bump 2017-01-06 08:39:00 -08:00
Mark Otto
7a087b69b7 Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2017-01-03 19:24:31 -08:00
Mark Otto
8b5c5408bb remove some docs callouts 2017-01-03 19:23:30 -08:00
Bardi Harborow
450ef91b7d Move node-sass to npm script and drop Ruby Sass. 2017-01-04 12:28:06 +11:00
Mark Otto
38e53fc888 update text 2017-01-03 12:26:32 -08:00
Quan You
bb07fff66c Update more copyright years to 2017 (#21491)
* Update ie10-viewport-bug-workaround.js year

* Update narrow-jumbotron copyright year to 2017

* Update carousel/index.html copyright year to 2017

* Update browsers-devices.md copyright year to 2017

* Update change-version.js copyright year to 2017
2017-01-01 12:02:41 -08:00
Quy
ff8d28cf25 Move .table-responsive from wrapper to .table 2016-12-31 16:39:42 -08:00
Mark Otto
e2b6badb86 v4: Rip out IE compatibility mode meta tags (#21483)
* Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8
* update and remove some IE bits from our supported browser page
* update introduction.md to match
* reword starter template intro
2016-12-31 12:20:32 -08:00
Mark Otto
a3f5def40c make note of slim build 2016-12-31 00:52:08 -08:00
Quy
e4e0154e3a Document $enable-print-styles (#21474) 2016-12-30 21:31:25 -08:00
Bardi Harborow
7961886efe Remove Meteor install instructions. 2016-12-26 13:29:42 +11:00
Quy
c64da95e92 Update IE9 support (#21424) 2016-12-24 16:12:26 -08:00
Mark Otto
eb2e1102be 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
2016-12-21 20:26:17 -08:00
ysds
ef028ab383 Remove .btn-outline 2016-11-30 21:47:57 +09:00
Mark Otto
4c807de7f0 fixes #21072: clarify location of variables file (and avoid linking to a file that will be broken depending on the branch name) 2016-11-28 17:21:48 -08:00
Mark Otto
b2bf8294a0 minor docs content tweaks to fix #18997 2016-11-26 18:39:51 -08:00
Mark Otto
83c8bfa30d Fixes #21195: Add more table of contents to pages with longer contents 2016-11-25 14:01:06 -08:00
Mark Otto
cbd13e5229 Merge pull request #21062 from vanillajonathan/patch-1
Linked to slack
2016-11-08 13:33:23 -08:00
Bardi Harborow
b4dbc69f0e Fix broken and redirected links. 2016-11-09 01:14:48 +11:00
Jonathan
cb270b182c Linked to slack 2016-11-01 15:37:47 +01:00
David Singer
4690fc1205 Fixing ruby gem version to 4.0.0.alpha5 2016-10-24 18:29:36 -07:00
Mark Otto
eaac9deec2 remove commented out custom builds 2016-10-10 14:18:28 -07:00
Mark Otto
addf93a9d2 rework download options to mention source, compiled, and cdn 2016-10-10 14:18:16 -07:00
Bardi Harborow
3ae450e74c Render bash and powershell prompts with ::before. 2016-10-10 14:31:34 +11:00
Bardi Harborow
2e69dfa8c1 Fix broken/redirected links, moving to HTTPS where possible. (#20557) 2016-10-03 09:55:59 -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
c017eaca2f elaborate on those classes 2016-07-26 20:21:45 -07:00
Mark Otto
069a0dd6e7 comment out custom builds for now 2016-07-26 20:20:16 -07:00
Mark Otto
855a82e3a2 remove dist download option for now; it has been coming soon for far too long 2016-07-26 20:18:51 -07:00
Alice Young
e613415a76 Docs: Update composer require command to download current v4 alpha version (#20328) 2016-07-19 18:40:21 -07:00
Chris Rebert
5073e756f8 Remove reference to fixed Chrome bug in accessibility docs (#20145)
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=454172#c22

[skip sauce]
2016-06-23 23:19:06 -07:00
Curt Grimes
76e9a7328e Fix links to A11Y Project posts
Closes #20165

[skip sauce]
2016-06-23 23:15:38 -07:00
Chris Rebert
a358fc9dc1 Replace grunt-postcss with postcss-cli (#20140)
Refs #19990
Continues the degruntification process.

Also removes mq4-hover-shim for now,
since it doesn't yet implement the standard PostCSS plugin interface.
2016-06-20 16:18:21 -07:00
Chris Rebert
bfc16c4a82 Remove refs to fixed printing-related Chrome bug from browser support docs (#20144)
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=273306#c34

[skip sauce]
2016-06-20 00:48:02 -07:00
Chris Rebert
8139bf44c5 Add docs regarding postcss-flexbugs-fixes dependency 2016-06-04 13:00:37 -07:00
Chris Rebert
a90b36918f Add "The Bootstrap Authors" to copyright notices (#19936)
❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors
2016-05-20 09:04:31 -07:00
Mark Otto
a296975221 Fixes #18584: Link to autoprefixer json file (link is broken until we make this the master branch) 2016-05-11 16:48:21 -07:00
Chris Rebert
79490e7e22 Mention https://webkit.org/b/153856 in the docs
Refs #14839, #19088
[skip sauce]
2016-03-14 02:01:31 -07:00
Chris Rebert
0cbcd6dfca Merge pull request #19426 from twbs/ios-virt-keyboard
Remove iOS virtual keyboard bug section from docs
2016-03-14 01:48:07 -07:00
David Lormor
49d411058c Document $enable-grid-classes variable
Closes #19532
[skip sauce]
2016-03-14 01:24:44 -07:00
Chris Rebert
b8fceb17a4 Remove iOS virtual keyboard bug section from docs
The modal backdrop positioning bug related to iOS' virtual keyboard doesn't seem to reproduce in iOS 8.0+.
(Possibly as a side-effect of https://bugs.webkit.org/show_bug.cgi?id=153224 )
Refs #9023
[skip sauce]
2016-03-06 22:57:42 -08:00
Chris Rebert
f86bd01b63 Docs: Link directly to printing-related browser bugs
* https://bugs.chromium.org/p/chromium/issues/detail?id=273306
* https://bugs.webkit.org/show_bug.cgi?id=138192
[skip sauce]
2016-03-06 21:22:15 -08:00
Chris Rebert
0016c7f303 Docs: Add link to Chrome bug regarding body { overflow: hidden; }
https://bugs.chromium.org/p/chromium/issues/detail?id=175502
[skip sauce]
2016-03-06 20:54:32 -08:00
Maarten van Elsas
ae4a1c8404 Added colon before enumeration 2016-02-29 10:08:45 +01:00