diff options
| author | Mark Otto <[email protected]> | 2012-01-05 15:43:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-05 15:43:07 -0800 |
| commit | 621dd13d87b6ba5fd351966056ea335c6a946f45 (patch) | |
| tree | 9f75afbacce64e6e8cb972f230baedca0c828e98 /lib | |
| parent | 23e5fc2133dd748ba4a7df52b598a24a2915811a (diff) | |
| download | bootstrap-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')
| -rw-r--r-- | lib/buttons.less | 1 | ||||
| -rw-r--r-- | lib/type.less | 4 |
2 files changed, 3 insertions, 2 deletions
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; |
