aboutsummaryrefslogtreecommitdiff
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
parentc8c4d5b3925b033723a3f589db9c579b37ca5ceb (diff)
downloadbootstrap-25bf0af2492920d3da59cc64a23c1a776279a3eb.tar.xz
bootstrap-25bf0af2492920d3da59cc64a23c1a776279a3eb.zip
Add ol.unstyled
-rw-r--r--docs/assets/css/bootstrap.css3
-rw-r--r--less/type.less3
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index a90e31930..51719d3aa 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;
}
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;
}