diff options
| author | Mark Otto <[email protected]> | 2013-03-27 15:54:17 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-27 15:54:17 -0700 |
| commit | 6696ff5d927fd2d584ddc226521b89fc8b9882eb (patch) | |
| tree | 9e73a4e10d8103e00b107c77d914116c84b3f70d /docs/css.html | |
| parent | f0f33eb9a3a25ae2f0032f630ff84c58cb0ca431 (diff) | |
| download | bootstrap-6696ff5d927fd2d584ddc226521b89fc8b9882eb.tar.xz bootstrap-6696ff5d927fd2d584ddc226521b89fc8b9882eb.zip | |
clarify docs on unstyled lists
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html index 226b55d6d..f3ab7a00a 100644 --- a/docs/css.html +++ b/docs/css.html @@ -576,7 +576,7 @@ title: CSS {% endhighlight %} <h3>Unstyled</h3> - <p>Remove the default <code>list-style</code> and left padding on list items (immediate children only).</p> + <p>Remove the default <code>list-style</code> and left margin on list items (immediate children only). <strong>This only applies to immediate children list items</strong>, meaning you will need to add the class for any nested lists as well.</p> <div class="bs-docs-example"> <ul class="list-unstyled"> <li>Lorem ipsum dolor sit amet</li> |
