diff options
| author | Chris Rebert <[email protected]> | 2014-09-08 20:34:26 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-09-08 20:52:07 -0700 |
| commit | b2088366a34e58537d5eb0a61b6d4dda81fb39bf (patch) | |
| tree | 904d878593282ad76e2db2df7bb9923e189d1a21 /docs/examples | |
| parent | f6264b444a1d14089a59fc4d643489bc56da9966 (diff) | |
| download | bootstrap-b2088366a34e58537d5eb0a61b6d4dda81fb39bf.tar.xz bootstrap-b2088366a34e58537d5eb0a61b6d4dda81fb39bf.zip | |
Wrap .pagination & .pager in <nav> to improve accessibility
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/blog/index.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index 8d24e80ef..274333463 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -111,10 +111,12 @@ <p>Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue.</p> </div><!-- /.blog-post --> - <ul class="pager"> - <li><a href="#">Previous</a></li> - <li><a href="#">Next</a></li> - </ul> + <nav> + <ul class="pager"> + <li><a href="#">Previous</a></li> + <li><a href="#">Next</a></li> + </ul> + </nav> </div><!-- /.blog-main --> |
