diff options
| author | Starsam80 <[email protected]> | 2016-11-27 23:23:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-27 22:23:12 -0800 |
| commit | 54908a95a87b592d81df3231823979c75917d57a (patch) | |
| tree | 1586f7ac9cf55a925ed3e042f20db0f589dc1b14 /docs/examples/carousel | |
| parent | 869bd23937448fdcbae37c1062d373ef3ae7722a (diff) | |
| download | bootstrap-54908a95a87b592d81df3231823979c75917d57a.tar.xz bootstrap-54908a95a87b592d81df3231823979c75917d57a.zip | |
Rename `.navbar-toggleable-xs` to `.navbar-toggleable` + more cleanup (#21226)
* Clean up some utilities
- Align CSS properties
- In `_spacing.scss`, we had a comment saying what 'a' was for, but we removed that so this comment no longer applies
* Remove '-xs' from `.navbar-toggleable-xs` and remove duplication
* Fix outdated classes to use newer ones
Diffstat (limited to 'docs/examples/carousel')
| -rw-r--r-- | docs/examples/carousel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index aec1d0dfd..990553b97 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -164,7 +164,7 @@ <!-- FOOTER --> <footer> - <p class="float-xs-right"><a href="#">Back to top</a></p> + <p class="float-right"><a href="#">Back to top</a></p> <p>© 2014 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p> </footer> |
