aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-24 18:37:13 -0700
committerMark Otto <[email protected]>2013-09-24 18:37:13 -0700
commit76e9d393baea6881d51b57def7b2b4f8a1a545c6 (patch)
tree991e5b1b50b2b8a09b3de213e488acf923675d1b /css.html
parent63206a17e87efa916a9bc67cc10bd83eb2396a4d (diff)
parentaf4d1027671b278bdc3b0069bb7ef871bf936109 (diff)
downloadbootstrap-76e9d393baea6881d51b57def7b2b4f8a1a545c6.tar.xz
bootstrap-76e9d393baea6881d51b57def7b2b4f8a1a545c6.zip
Merge pull request #10796 from twbs/skip-to-main-content
Use "Skip to main content" phrasing consistently; further #10786 fixes
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 7f527084f..0ff495dc1 100644
--- a/css.html
+++ b/css.html
@@ -2361,7 +2361,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<h3 id="helper-classes-screen-readers">Screen reader content</h3>
<p>Hide an element to all devices <strong>except screen readers</strong> with <code>.sr-only</code>. Necessary for following <a href="{{ page.base_url }}getting-started#accessibility">accessibility best practices</a>. Can also be used as a mixin.</p>
{% highlight html %}
-<a class="sr-only" href="#content">Skip to content</a>
+<a class="sr-only" href="#content">Skip to main content</a>
{% endhighlight %}
{% highlight css %}
// Usage as a Mixin