diff options
| author | Mark Otto <[email protected]> | 2014-11-30 01:32:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-30 01:32:03 -0800 |
| commit | e6fc081c91475237348fb1c75cf307a4acd69161 (patch) | |
| tree | c0f06a4cb5bd03b8623f840c7868d04e7eff98c2 /docs/_includes/css/responsive-utilities.html | |
| parent | bcb90ef3a0affa6540d141733a073593011af064 (diff) | |
| parent | 65f72ff095777646c5c1d76a4bc64fab2cbdfc61 (diff) | |
| download | bootstrap-e6fc081c91475237348fb1c75cf307a4acd69161.tar.xz bootstrap-e6fc081c91475237348fb1c75cf307a4acd69161.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'docs/_includes/css/responsive-utilities.html')
| -rw-r--r-- | docs/_includes/css/responsive-utilities.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/_includes/css/responsive-utilities.html b/docs/_includes/css/responsive-utilities.html index f32f59c4e..ac73bf645 100644 --- a/docs/_includes/css/responsive-utilities.html +++ b/docs/_includes/css/responsive-utilities.html @@ -32,28 +32,28 @@ </thead> <tbody> <tr> - <th><code>.visible-xs-*</code></th> + <th scope="row"><code>.visible-xs-*</code></th> <td class="is-visible">Visible</td> <td class="is-hidden">Hidden</td> <td class="is-hidden">Hidden</td> <td class="is-hidden">Hidden</td> </tr> <tr> - <th><code>.visible-sm-*</code></th> + <th scope="row"><code>.visible-sm-*</code></th> <td class="is-hidden">Hidden</td> <td class="is-visible">Visible</td> <td class="is-hidden">Hidden</td> <td class="is-hidden">Hidden</td> </tr> <tr> - <th><code>.visible-md-*</code></th> + <th scope="row"><code>.visible-md-*</code></th> <td class="is-hidden">Hidden</td> <td class="is-hidden">Hidden</td> <td class="is-visible">Visible</td> <td class="is-hidden">Hidden</td> </tr> <tr> - <th><code>.visible-lg-*</code></th> + <th scope="row"><code>.visible-lg-*</code></th> <td class="is-hidden">Hidden</td> <td class="is-hidden">Hidden</td> <td class="is-hidden">Hidden</td> @@ -62,28 +62,28 @@ </tbody> <tbody> <tr> - <th><code>.hidden-xs</code></th> + <th scope="row"><code>.hidden-xs</code></th> <td class="is-hidden">Hidden</td> <td class="is-visible">Visible</td> <td class="is-visible">Visible</td> <td class="is-visible">Visible</td> </tr> <tr> - <th><code>.hidden-sm</code></th> + <th scope="row"><code>.hidden-sm</code></th> <td class="is-visible">Visible</td> <td class="is-hidden">Hidden</td> <td class="is-visible">Visible</td> <td class="is-visible">Visible</td> </tr> <tr> - <th><code>.hidden-md</code></th> + <th scope="row"><code>.hidden-md</code></th> <td class="is-visible">Visible</td> <td class="is-visible">Visible</td> <td class="is-hidden">Hidden</td> <td class="is-visible">Visible</td> </tr> <tr> - <th><code>.hidden-lg</code></th> + <th scope="row"><code>.hidden-lg</code></th> <td class="is-visible">Visible</td> <td class="is-visible">Visible</td> <td class="is-visible">Visible</td> @@ -104,15 +104,15 @@ </thead> <tbody> <tr> - <td><code>.visible-*-block</code></td> + <th scope="row"><code>.visible-*-block</code></th> <td><code>display: block;</code></td> </tr> <tr> - <td><code>.visible-*-inline</code></td> + <th scope="row"><code>.visible-*-inline</code></th> <td><code>display: inline;</code></td> </tr> <tr> - <td><code>.visible-*-inline-block</code></td> + <th scope="row"><code>.visible-*-inline-block</code></th> <td><code>display: inline-block;</code></td> </tr> </tbody> @@ -134,7 +134,7 @@ </thead> <tbody> <tr> - <th> + <th scope="row"> <code>.visible-print-block</code><br> <code>.visible-print-inline</code><br> <code>.visible-print-inline-block</code> @@ -143,7 +143,7 @@ <td class="is-visible">Visible</td> </tr> <tr> - <th><code>.hidden-print</code></th> + <th scope="row"><code>.hidden-print</code></th> <td class="is-visible">Visible</td> <td class="is-hidden">Hidden</td> </tr> |
