diff options
| author | Mark Otto <[email protected]> | 2011-12-09 14:34:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-09 14:34:38 -0800 |
| commit | 5c8df1d2858c3d5f2cc65a80acaef5312b1ae87f (patch) | |
| tree | a68c547ea05414f50ea75d8bbdfe3f68225d9279 /bootstrap.css | |
| parent | 97b285896f50bed4a66b00a70ed67eb3224bc7f3 (diff) | |
| download | bootstrap-5c8df1d2858c3d5f2cc65a80acaef5312b1ae87f.tar.xz bootstrap-5c8df1d2858c3d5f2cc65a80acaef5312b1ae87f.zip | |
updated index page to add featured sites, more docs tweaks
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 d52b96fa6..0c1c02566 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: Fri Dec 9 12:51:39 PST 2011 + * Date: Fri Dec 9 13:29:05 PST 2011 */ html, body { margin: 0; @@ -436,9 +436,10 @@ dl dd { margin-left: 9px; } hr { - margin: 20px 0 19px; + margin: 27px 0; border: 0; - border-bottom: 1px solid #eee; + border-top: 1px solid #e5e5e5; + border-bottom: 1px solid #fff; } strong { font-style: inherit; |
