aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-01-03 19:23:30 -0800
committerMark Otto <[email protected]>2017-01-03 19:23:30 -0800
commit8b5c5408bb1a00993809a3f6c2b8e5a97433a55d (patch)
tree330997a48fce4ebdf81ba6ce376a95b42ee4401a /docs/getting-started
parent1ed9f5db2970e7c27d92b12844f4b89b4add4fc5 (diff)
downloadbootstrap-8b5c5408bb1a00993809a3f6c2b8e5a97433a55d.tar.xz
bootstrap-8b5c5408bb1a00993809a3f6c2b8e5a97433a55d.zip
remove some docs callouts
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/accessibility.md4
-rw-r--r--docs/getting-started/download.md4
2 files changed, 0 insertions, 8 deletions
diff --git a/docs/getting-started/accessibility.md b/docs/getting-started/accessibility.md
index a13ea286e..c1fe73dc0 100644
--- a/docs/getting-started/accessibility.md
+++ b/docs/getting-started/accessibility.md
@@ -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"`.
diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md
index e23b26b7c..e953889f8 100644
--- a/docs/getting-started/download.md
+++ b/docs/getting-started/download.md
@@ -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):