diff options
| author | Chris Rebert <[email protected]> | 2015-11-22 20:53:34 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-22 21:33:42 -0800 |
| commit | ade2ab13418b2c86aa47a767533e542dc6589aff (patch) | |
| tree | a192f86dd2673c55465c4cc4fda7c19815839ab4 /docs/examples/album | |
| parent | 2c3a592a6edb6596ca05c240abf7b053f6333c02 (diff) | |
| download | bootstrap-ade2ab13418b2c86aa47a767533e542dc6589aff.tar.xz bootstrap-ade2ab13418b2c86aa47a767533e542dc6589aff.zip | |
Remove non-responsive text alignment classes
These can be replaced by their `.text-xs-*` parallels.
This also avoids any complications from interactions between the responsive and non-responsive classes.
(e.g. `<div class="text-left text-md-right">`)
Refs #18300
[skip sauce]
Diffstat (limited to 'docs/examples/album')
| -rw-r--r-- | docs/examples/album/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/album/index.html b/docs/examples/album/index.html index ccab2760c..228f81198 100644 --- a/docs/examples/album/index.html +++ b/docs/examples/album/index.html @@ -44,7 +44,7 @@ </div> </div> - <section class="jumbotron text-center"> + <section class="jumbotron text-xs-center"> <div class="container"> <h1 class="jumbotron-heading">Album example</h1> <p class="lead text-muted">Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don't simply skip over it entirely.</p> |
