diff options
| author | Mark Otto <[email protected]> | 2012-11-04 12:27:18 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-04 12:27:18 -0800 |
| commit | e4866c4b3c50c1d1bef5c639c13a2210416b0157 (patch) | |
| tree | 79f1a4fe06a42efb8cba00e2fca16e159635c600 /docs/base-css.html | |
| parent | 5d6cf2ee1939515ad41b052ed1c406f96274ea37 (diff) | |
| download | bootstrap-e4866c4b3c50c1d1bef5c639c13a2210416b0157.tar.xz bootstrap-e4866c4b3c50c1d1bef5c639c13a2210416b0157.zip | |
clarify unstyled lists docs
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 443400463..b8d3930eb 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -350,7 +350,7 @@ </pre> <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"> <ul class="unstyled"> <li>Lorem ipsum dolor sit amet</li> |
