From 621dd13d87b6ba5fd351966056ea335c6a946f45 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 5 Jan 2012 15:43:07 -0800 Subject: 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 --- lib/buttons.less | 1 + lib/type.less | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/buttons.less b/lib/buttons.less index aeb70605b..bc2df0fb6 100644 --- a/lib/buttons.less +++ b/lib/buttons.less @@ -13,6 +13,7 @@ &.success:hover, &.info, &.info:hover { + text-shadow: 0 -1px 0 rgba(0,0,0,.25); color: @white } // Danger and error appear as red 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; -- cgit v1.2.3