aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-31 23:53:54 -0700
committerMark Otto <[email protected]>2012-03-31 23:53:54 -0700
commitd652af10971d79cde92336700e156c63ff2c0b24 (patch)
tree0882f3941cee3cf7ea19fa03c7b3ccc402de8ccb /docs/base-css.html
parent452ddc0f0dd5cfd3bb867e17d603c98d6db2ec19 (diff)
downloadbootstrap-d652af10971d79cde92336700e156c63ff2c0b24.tar.xz
bootstrap-d652af10971d79cde92336700e156c63ff2c0b24.zip
fix #2860: truncate .dl-horizontal terms and reset to stacked for <767px layouts
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 0a1ea0d9d..647b396c6 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -371,7 +371,14 @@
<dd>Donec id elit non mi porta gravida at eget metus.</dd>
<dt>Malesuada porta</dt>
<dd>Etiam porta sem malesuada magna mollis euismod.</dd>
+ <dt>Felis euismod semper eget lacinia</dt>
+ <dd>Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</dd>
</dl>
+ <hr>
+ <p>
+ <span class="label label-info">Heads up!</span>
+ Horizontal description lists will truncate terms that are too long to fit in the left column fix <code>text-overflow</code>. In narrower viewports, they will change to the default stacked layout.
+ </p>
</div>
</div><!-- /row -->
</section>