]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove some docs callouts
authorMark Otto <markdotto@gmail.com>
Wed, 4 Jan 2017 03:23:30 +0000 (19:23 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 4 Jan 2017 03:23:30 +0000 (19:23 -0800)
docs/getting-started/accessibility.md
docs/getting-started/download.md

index a13ea286ef9c5f9e3231b7a7037723d9286215b4..c1fe73dc01826ee1712c48a13c3031cbde18283c 100644 (file)
@@ -16,10 +16,6 @@ Bootstrap follows common web standards and—with minimal extra effort—can be
 
 Some common HTML elements are always in need for basic accessibility enhancements through `role`s and Aria attributes. Below is a list of some of the most frequently used ones.
 
-{% callout info %}
-**Heads up!** As we go through the alphas, we'll be moving more accessibility notes here with links to specific sections from other areas of the docs.
-{% endcallout %}
-
 ### Button groups
 
 In order for assistive technologies–such as screen readers–to convey that a series of buttons is grouped, an appropriate `role` attribute needs to be provided. For button groups, this would be `role="group"`, while toolbars should have a `role="toolbar"`.
index e23b26b7c71ff127d16bf04729fab5608ca90942..e953889f8970c23399b7b1f3526b7f2f3adaf576 100644 (file)
@@ -36,10 +36,6 @@ Skip the download and use the Bootstrap CDN to deliver Bootstrap's compiled CSS
 
 Pull in Bootstrap's **source files** into nearly any project with some of the most popular package managers. No matter the package manager, Bootstrap will **require a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), and [postcss-flexbugs-fixes](https://github.com/luisrudge/postcss-flexbugs-fixes)** for a setup that matches our official compiled versions.
 
-{% callout warning %}
-**Heads up!** Not all package managers have the v4 alpha published yet, but we should have them up shortly!
-{% endcallout %}
-
 ### npm
 
 Install Bootstrap in your Node powered apps with [the npm package](https://www.npmjs.org/package/bootstrap):