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 /docs/assets/css/bootstrap.css | |
| 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 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 50d1f6944..0b622d7d4 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -374,7 +374,8 @@ ol { li { line-height: 18px; } -ul.unstyled { +ul.unstyled, +ol.unstyled { margin-left: 0; list-style: none; } |
