aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
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/templates
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/templates')
-rw-r--r--docs/templates/pages/base-css.mustache7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 0b6e17e69..66bf70474 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -294,7 +294,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">{{_i}}Heads up!{{/i}}</span>
+ {{_i}}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.{{/i}}
+ </p>
</div>
</div><!-- /row -->
</section>