diff options
| author | Mark Otto <[email protected]> | 2012-02-09 23:20:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-09 23:20:05 -0800 |
| commit | c10661cf5d5e84bf840c0f2404218c0bc08add27 (patch) | |
| tree | 0852ceda3ebd208362eb19103017b2329a937496 /less/type.less | |
| parent | b36a744fa74ace319b9f924f777df50591ceb62c (diff) | |
| parent | 9126014e93d60a382c8f8fabb012fc9776915414 (diff) | |
| download | bootstrap-c10661cf5d5e84bf840c0f2404218c0bc08add27.tar.xz bootstrap-c10661cf5d5e84bf840c0f2404218c0bc08add27.zip | |
Merge branch 'barsoom-ol-unstyled' into 2.0.1-wip
Diffstat (limited to 'less/type.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; } |
