0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00
This commit is contained in:
Mark Otto 2014-12-04 15:20:45 -08:00
parent 854dc065e4
commit 2fa4ab8209
6 changed files with 22 additions and 22 deletions

View File

@ -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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long