diff options
| author | Mark Otto <[email protected]> | 2014-12-04 15:20:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-04 15:20:45 -0800 |
| commit | 2fa4ab82090b273a8faf58ae3f1afb31702088e2 (patch) | |
| tree | 8db0c9c6e77764e2046a77cbeed984779849eeed /docs/dist/css/bootstrap.css | |
| parent | 854dc065e41fe9bbeaa0962810e967f30b982754 (diff) | |
| download | bootstrap-2fa4ab82090b273a8faf58ae3f1afb31702088e2.tar.xz bootstrap-2fa4ab82090b273a8faf58ae3f1afb31702088e2.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 912cd1c33..fb9f0d360 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -424,10 +424,10 @@ img { /* line 110, /Users/mdo/work/bootstrap/scss/scaffolding */ hr { - margin-top: 1; - margin-bottom: 1; + margin-top: 1rem; + margin-bottom: 1rem; border: 0; - border-top: 1px solid #eceeef; + border-top: .05rem solid #eceeef; } /* line 122, /Users/mdo/work/bootstrap/scss/scaffolding */ @@ -627,10 +627,10 @@ abbr[title], abbr[data-original-title] { /* line 185, /Users/mdo/work/bootstrap/scss/type */ blockquote { - padding: .5 1; - margin: 0 0 1; + padding: .5rem 1rem; + margin: 0 0 1rem; font-size: 1.25rem; - border-left: 5px solid #eceeef; + border-left: .25rem solid #eceeef; } /* line 194, /Users/mdo/work/bootstrap/scss/type */ blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { @@ -650,10 +650,10 @@ blockquote footer:before { /* line 212, /Users/mdo/work/bootstrap/scss/type */ .blockquote-reverse { - padding-right: 15px; + padding-right: 1rem; padding-left: 0; text-align: right; - border-right: 5px solid #eceeef; + border-right: .25rem solid #eceeef; border-left: 0; } /* line 221, /Users/mdo/work/bootstrap/scss/type */ @@ -3639,7 +3639,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto /* line 69, /Users/mdo/work/bootstrap/scss/navbar */ .navbar-brand { float: left; - padding: .55rem .75rem; + padding: .725rem .75rem; margin-right: 1rem; margin-bottom: 0; font-size: 1.25rem; |
