]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clarify docs on unstyled lists
authorMark Otto <otto@github.com>
Wed, 27 Mar 2013 22:54:17 +0000 (15:54 -0700)
committerMark Otto <otto@github.com>
Wed, 27 Mar 2013 22:54:17 +0000 (15:54 -0700)
docs/css.html

index 226b55d6dbcf5448537b058c7d498c62952a2a6e..f3ab7a00ae80f46f2e48cfd63becc34edb5cb374 100644 (file)
@@ -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>