Skip to content

Commit

Permalink
fix(lists): do not need list-no-indent
Browse files Browse the repository at this point in the history
whoops.
  • Loading branch information
rockbot committed Mar 14, 2016
1 parent 2b6144f commit 315c7e0
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/pivotal-ui/components/lists/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,32 +199,8 @@ Nested bullets follow GH indentation.
</li>
</ol>
```
To remove the indentation, use the `list-no-indent` class. It can be applied to both `<ul>`s and `<ol>`s.
```html_example
<p>The following list is in line with this paragraph.</p>
<ul class="list-no-indent">
<li>
feep
</li>
<li>
fop
</li>
<li>
meep
</li>
</ul>
```
*/

.list-no-indent {
list-style-position: inside;
padding: 0;
}

/*doc
---
title: Unstyled
Expand Down

0 comments on commit 315c7e0

Please sign in to comment.