aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorHenrik N <[email protected]>2012-02-07 19:29:45 +0100
committerHenrik N <[email protected]>2012-02-07 19:29:45 +0100
commit25bf0af2492920d3da59cc64a23c1a776279a3eb (patch)
tree33e638a4fbc0edcc48de97c4382ca742ccc1752d /less
parentc8c4d5b3925b033723a3f589db9c579b37ca5ceb (diff)
downloadbootstrap-25bf0af2492920d3da59cc64a23c1a776279a3eb.tar.xz
bootstrap-25bf0af2492920d3da59cc64a23c1a776279a3eb.zip
Add 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;
}