diff options
| author | Mark Otto <[email protected]> | 2012-02-09 23:19:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-09 23:19:31 -0800 |
| commit | 9126014e93d60a382c8f8fabb012fc9776915414 (patch) | |
| tree | d1c178335168314e59104c39272e8632a3bc7ccf /less | |
| parent | b0bd3efc4a5fba45020541115ec21ae7574442c7 (diff) | |
| parent | 25bf0af2492920d3da59cc64a23c1a776279a3eb (diff) | |
| download | bootstrap-9126014e93d60a382c8f8fabb012fc9776915414.tar.xz bootstrap-9126014e93d60a382c8f8fabb012fc9776915414.zip | |
Merge branch 'ol-unstyled' of https://github.com/barsoom/bootstrap into barsoom-ol-unstyled
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index 7841bb090..ae43d1940 100644 --- a/less/type.less +++ b/less/type.less @@ -110,7 +110,8 @@ ol { li { line-height: @baseLineHeight; } -ul.unstyled { +ul.unstyled, +ol.unstyled { margin-left: 0; list-style: none; } |
