diff options
| author | Chris Rebert <[email protected]> | 2013-09-24 18:02:10 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-24 18:02:18 -0700 |
| commit | af4d1027671b278bdc3b0069bb7ef871bf936109 (patch) | |
| tree | 991e5b1b50b2b8a09b3de213e488acf923675d1b /css.html | |
| parent | 63206a17e87efa916a9bc67cc10bd83eb2396a4d (diff) | |
| download | bootstrap-af4d1027671b278bdc3b0069bb7ef871bf936109.tar.xz bootstrap-af4d1027671b278bdc3b0069bb7ef871bf936109.zip | |
Use "Skip to main content" phrasing consistently; further #10786 fixes
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2361,7 +2361,7 @@ For example, <code><section></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 |
