aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-09 23:20:05 -0800
committerMark Otto <[email protected]>2012-02-09 23:20:05 -0800
commitc10661cf5d5e84bf840c0f2404218c0bc08add27 (patch)
tree0852ceda3ebd208362eb19103017b2329a937496 /less/type.less
parentb36a744fa74ace319b9f924f777df50591ceb62c (diff)
parent9126014e93d60a382c8f8fabb012fc9776915414 (diff)
downloadbootstrap-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.less3
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;
}