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 /bootstrap.css | |
| 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 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bootstrap.css b/bootstrap.css index ea084d5f0..6b6fd9e52 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Thu Jan 5 14:10:04 PST 2012 + * Date: Thu Jan 5 15:42:23 PST 2012 */ html, body { margin: 0; @@ -401,7 +401,7 @@ h6 { text-transform: uppercase; } ul, ol { - margin: 13px 0 14px 25px; + margin: 0 0 9px 25px; } ul ul, ul ol, @@ -417,7 +417,7 @@ ol { } li { line-height: 18px; - color: #333333; + color: #555555; } ul.unstyled { margin-left: 0; @@ -2503,6 +2503,7 @@ i { .alert-message.info, .btn.info:hover, .alert-message.info:hover { + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #ffffff; } .btn.danger, |
