diff options
| author | Chris Rebert <[email protected]> | 2016-02-27 18:09:33 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-27 18:09:33 -0800 |
| commit | 8836a4c645e149763f2de1c3a50a2e2cda36a1fa (patch) | |
| tree | 46a1591ddced1fc674aa5f4828a03099c2f44a26 /js/tests/visual/tooltip.html | |
| parent | cfe856fc20d1eb9e766d2cb46bcb973da0792669 (diff) | |
| parent | 25cf50a4acb4d9721acdeb946524003417892bb2 (diff) | |
| download | bootstrap-8836a4c645e149763f2de1c3a50a2e2cda36a1fa.tar.xz bootstrap-8836a4c645e149763f2de1c3a50a2e2cda36a1fa.zip | |
Merge pull request #19340 from twbs/js-tests-page-header
JS visual tests: Remove usages of defunct .page-header class
Diffstat (limited to 'js/tests/visual/tooltip.html')
| -rw-r--r-- | js/tests/visual/tooltip.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/tests/visual/tooltip.html b/js/tests/visual/tooltip.html index 96ede67ef..f6b64ce95 100644 --- a/js/tests/visual/tooltip.html +++ b/js/tests/visual/tooltip.html @@ -11,9 +11,7 @@ <div class="container"> - <div class="page-header"> - <h1>Tooltip <small>Bootstrap Visual Test</small></h1> - </div> + <h1>Tooltip <small>Bootstrap Visual Test</small></h1> <p class="muted" style="margin-bottom: 0;">Tight pants next level keffiyeh <a href="#" data-toggle="tooltip" title="Default tooltip">you probably</a> haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel <a href="#" data-toggle="tooltip" title="Another tooltip">have a</a> terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan <a href="#" data-toggle="tooltip" title="Another one here too">whatever keytar</a>, scenester farm-to-table banksy Austin <a href="#" data-toggle="tooltip" title="The last tip!">twitter handle</a> freegan cred raw denim single-origin coffee viral. </p> |
