mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
clarify docs on unstyled lists
This commit is contained in:
+1
-1
@@ -576,7 +576,7 @@ title: CSS
|
|||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<h3>Unstyled</h3>
|
<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">
|
<div class="bs-docs-example">
|
||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
<li>Lorem ipsum dolor sit amet</li>
|
<li>Lorem ipsum dolor sit amet</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user