aboutsummaryrefslogtreecommitdiff
path: root/lib/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-05 15:43:07 -0800
committerMark Otto <[email protected]>2012-01-05 15:43:07 -0800
commit621dd13d87b6ba5fd351966056ea335c6a946f45 (patch)
tree9f75afbacce64e6e8cb972f230baedca0c828e98 /lib/type.less
parent23e5fc2133dd748ba4a7df52b598a24a2915811a (diff)
downloadbootstrap-621dd13d87b6ba5fd351966056ea335c6a946f45.tar.xz
bootstrap-621dd13d87b6ba5fd351966056ea335c6a946f45.zip
move mega link footer to scaffolding to try it out, fix broken button text shadow, change UL/OL margins back, make li color same as body
Diffstat (limited to 'lib/type.less')
-rw-r--r--lib/type.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/type.less b/lib/type.less
index cc446a69d..59dae717f 100644
--- a/lib/type.less
+++ b/lib/type.less
@@ -74,7 +74,7 @@ h6 {
// Unordered and Ordered lists
ul, ol {
- margin: 13px 0 14px 25px;
+ margin: 0 0 @baseLineHeight / 2 25px;
}
ul ul,
ul ol,
@@ -90,7 +90,7 @@ ol {
}
li {
line-height: @baseLineHeight;
- color: @grayDark;
+ color: @gray;
}
ul.unstyled {
margin-left: 0;