mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 21:20:23 +00:00
typo fix
This commit is contained in:
parent
cf7d7a7b5d
commit
ddf5ceccce
2 changed files with 2 additions and 2 deletions
|
|
@ -350,7 +350,7 @@
|
|||
</pre>
|
||||
|
||||
<h3>Unstyled</h3>
|
||||
<p>Remove default the <code>list-style</code> and left padding on list items (immediate children only).</p>
|
||||
<p>Remove the default <code>list-style</code> and left padding on list items (immediate children only).</p>
|
||||
<div class="bs-docs-example">
|
||||
<ul class="unstyled">
|
||||
<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>
|
||||
|
||||
<h3>{{_i}}Unstyled{{/i}}</h3>
|
||||
<p>{{_i}}Remove default the <code>list-style</code> and left padding on list items (immediate children only).{{/i}}</p>
|
||||
<p>{{_i}}Remove the default <code>list-style</code> and left padding on list items (immediate children only).{{/i}}</p>
|
||||
<div class="bs-docs-example">
|
||||
<ul class="unstyled">
|
||||
<li>Lorem ipsum dolor sit amet</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue