diff options
| author | Chris Rebert <[email protected]> | 2016-02-27 18:01:11 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-27 18:01:12 -0800 |
| commit | 25cf50a4acb4d9721acdeb946524003417892bb2 (patch) | |
| tree | 9afe79764049c166213fb51a119d0722c8a32f53 /js/tests/visual/carousel.html | |
| parent | c96cabb5cc7d506439b80177a2f8a475f6a4554b (diff) | |
| download | bootstrap-25cf50a4acb4d9721acdeb946524003417892bb2.tar.xz bootstrap-25cf50a4acb4d9721acdeb946524003417892bb2.zip | |
JS visual tests: Remove usages of defunct .page-header class
[skip sauce]
Diffstat (limited to 'js/tests/visual/carousel.html')
| -rw-r--r-- | js/tests/visual/carousel.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html index 3930755b7..dec42c9cb 100644 --- a/js/tests/visual/carousel.html +++ b/js/tests/visual/carousel.html @@ -11,9 +11,7 @@ <div class="container"> - <div class="page-header"> - <h1>Carousel <small>Bootstrap Visual Test</small></h1> - </div> + <h1>Carousel <small>Bootstrap Visual Test</small></h1> <p>Also, the carousel shouldn't slide when its window/tab is hidden. Check the console log.</p> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> |
