aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-09 23:19:31 -0800
committerMark Otto <[email protected]>2012-02-09 23:19:31 -0800
commit9126014e93d60a382c8f8fabb012fc9776915414 (patch)
treed1c178335168314e59104c39272e8632a3bc7ccf /less
parentb0bd3efc4a5fba45020541115ec21ae7574442c7 (diff)
parent25bf0af2492920d3da59cc64a23c1a776279a3eb (diff)
downloadbootstrap-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.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;
}