mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-19 20:02:34 +02:00
clarify unstyled lists docs
This commit is contained in:
@@ -350,7 +350,7 @@
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h3>Unstyled</h3>
|
<h3>Unstyled</h3>
|
||||||
<p>A list of items with no <code>list-style</code> or additional left padding.</p>
|
<p>Remove default the <code>list-style</code> and left padding on list items (immediate children only).</p>
|
||||||
<div class="bs-docs-example">
|
<div class="bs-docs-example">
|
||||||
<ul class="unstyled">
|
<ul class="unstyled">
|
||||||
<li>Lorem ipsum dolor sit amet</li>
|
<li>Lorem ipsum dolor sit amet</li>
|
||||||
|
2
docs/templates/pages/base-css.mustache
vendored
2
docs/templates/pages/base-css.mustache
vendored
@@ -287,7 +287,7 @@
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h3>{{_i}}Unstyled{{/i}}</h3>
|
<h3>{{_i}}Unstyled{{/i}}</h3>
|
||||||
<p>{{_i}}A list of items with no <code>list-style</code> or additional left padding.{{/i}}</p>
|
<p>{{_i}}Remove default the <code>list-style</code> and left padding on list items (immediate children only).{{/i}}</p>
|
||||||
<div class="bs-docs-example">
|
<div class="bs-docs-example">
|
||||||
<ul class="unstyled">
|
<ul class="unstyled">
|
||||||
<li>Lorem ipsum dolor sit amet</li>
|
<li>Lorem ipsum dolor sit amet</li>
|
||||||
|
Reference in New Issue
Block a user