diff options
| author | Mark Otto <[email protected]> | 2013-08-05 09:10:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 09:10:52 -0700 |
| commit | 6af693d1602d9e4c052c23215ac3130580bfcb17 (patch) | |
| tree | 2f793c1ac5ace9d10644c14ecedb5ddb1addf0a8 /css.html | |
| parent | 41eef69e6f4d86b5a7ead7abb6d20f0bf6c5404c (diff) | |
| download | bootstrap-6af693d1602d9e4c052c23215ac3130580bfcb17.tar.xz bootstrap-6af693d1602d9e4c052c23215ac3130580bfcb17.zip | |
Fixes #8770: mobile-first (stacked by default) horizontal dls
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -807,7 +807,7 @@ base_url: "../" {% endhighlight %} <h4>Horizontal description</h4> - <p>Make terms and descriptions in <code><dl></code> line up side-by-side.</p> + <p>Make terms and descriptions in <code><dl></code> line up side-by-side. Starts off stacked like default <code><dl></code>s, but when the navbar expands, so do these.</p> <div class="bs-example"> <dl class="dl-horizontal"> <dt>Description lists</dt> |
