diff options
| author | Mark Otto <[email protected]> | 2014-12-23 04:10:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-23 04:10:59 -0800 |
| commit | f9aec74124bf5c46408c59cfe10821857f8bbe41 (patch) | |
| tree | 7ca54d33781e7880643f66bbd37a3fa5104c832b /docs/examples | |
| parent | 2b16cb921c927d6d27654f6200f37f900fdf359e (diff) | |
| download | bootstrap-f9aec74124bf5c46408c59cfe10821857f8bbe41.tar.xz bootstrap-f9aec74124bf5c46408c59cfe10821857f8bbe41.zip | |
add [hidden] utility for hiding any html element (see #15274 for more context)
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/album/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/album/index.html b/docs/examples/album/index.html index b88dd9de2..6a3c085a8 100644 --- a/docs/examples/album/index.html +++ b/docs/examples/album/index.html @@ -58,7 +58,7 @@ </div> </section> - <section class="album text-muted"> + <div class="album text-muted"> <div class="container"> <div class="row"> @@ -103,7 +103,7 @@ </div> </div> - </section> + </div> <footer class="text-muted"> <div class="container"> |
