diff options
| author | Chris Rebert <[email protected]> | 2014-11-11 19:49:44 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-11 19:51:10 -0800 |
| commit | 125945eb9058ad8db1f3843259ee9aa73e9bec5f (patch) | |
| tree | 2aece4b25ad7b14d2b126c45d80bad8217320946 /docs/_includes/css/buttons.html | |
| parent | ba2b3a013696acea8e140209a1d6eeb2628aa6e8 (diff) | |
| download | bootstrap-125945eb9058ad8db1f3843259ee9aa73e9bec5f.tar.xz bootstrap-125945eb9058ad8db1f3843259ee9aa73e9bec5f.zip | |
add missing dots to .sr-only class mentions, for consistency w/ rest of docs
Diffstat (limited to 'docs/_includes/css/buttons.html')
| -rw-r--r-- | docs/_includes/css/buttons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/buttons.html b/docs/_includes/css/buttons.html index 1b3f46416..560c7d2e0 100644 --- a/docs/_includes/css/buttons.html +++ b/docs/_includes/css/buttons.html @@ -37,7 +37,7 @@ <div class="bs-callout bs-callout-warning"> <h4>Conveying meaning to assistive technologies</h4> - <p>Using color to add meaning to a button only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (the visible text of the button), or is included through alternative means, such as additional text hidden with the <code>sr-only</code> class.</p> + <p>Using color to add meaning to a button only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (the visible text of the button), or is included through alternative means, such as additional text hidden with the <code>.sr-only</code> class.</p> </div> <h2 id="buttons-sizes">Sizes</h2> |
