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 /lib/type.less | |
| parent | 97b285896f50bed4a66b00a70ed67eb3224bc7f3 (diff) | |
| download | bootstrap-5c8df1d2858c3d5f2cc65a80acaef5312b1ae87f.tar.xz bootstrap-5c8df1d2858c3d5f2cc65a80acaef5312b1ae87f.zip | |
updated index page to add featured sites, more docs tweaks
Diffstat (limited to 'lib/type.less')
| -rw-r--r-- | lib/type.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/type.less b/lib/type.less index bdc99acdf..b2ba73b86 100644 --- a/lib/type.less +++ b/lib/type.less @@ -116,9 +116,10 @@ dl { // Horizontal rules hr { - margin: 20px 0 19px; + margin: @baseLineHeight * 1.5 0; border: 0; - border-bottom: 1px solid #eee; + border-top: 1px solid #e5e5e5; + border-bottom: 1px solid #fff; } // Emphasis |
