aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-02-12 11:07:34 -0800
committerJacob Thornton <[email protected]>2012-02-12 11:07:34 -0800
commitd7953a8f1e491d6ec5e479e26d15ae3b545fbb5f (patch)
tree8bc5e771a8b3dad44e16aedb7ac1827ca368d952 /less/type.less
parented07a4d0ce0e769ef6efbd8d465670b26a0a5e37 (diff)
parent2eedf60d6284f8eef256999d2a59dd18bcbd2b2a (diff)
downloadbootstrap-d7953a8f1e491d6ec5e479e26d15ae3b545fbb5f.tar.xz
bootstrap-d7953a8f1e491d6ec5e479e26d15ae3b545fbb5f.zip
Merge branch '2.0.1-wip' of https://github.com/twitter/bootstrap into 2.0.1-wip
Conflicts: docs/assets/bootstrap.zip
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less
index 7841bb090..6ba83bc3a 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;
}
@@ -137,7 +138,7 @@ dd {
hr {
margin: @baseLineHeight 0;
border: 0;
- border-top: 1px solid #e5e5e5;
+ border-top: 1px solid @hrBorder;
border-bottom: 1px solid @white;
}