1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
This commit is contained in:
Mark Otto 2015-04-18 12:23:12 -07:00
parent 250c2200bf
commit d64c93e09a
6 changed files with 86 additions and 28 deletions

View file

@ -295,9 +295,9 @@ p {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
abbr[title] { abbr[title], abbr[data-original-title] {
cursor: help; cursor: help;
border-bottom-color: #ccc; border-bottom: 1px dotted #818a91;
} }
address { address {
@ -514,6 +514,39 @@ mark, .mark {
text-transform: uppercase; text-transform: uppercase;
} }
.blockquote {
padding: .5rem 1rem;
margin-bottom: 1rem;
font-size: 1.25rem;
border-left: .25rem solid #eceeef;
}
.blockquote p:last-child, .blockquote ul:last-child, .blockquote ol:last-child {
margin-bottom: 0;
}
.blockquote footer {
display: block;
font-size: 80%;
line-height: 1.5;
color: #818a91;
}
.blockquote footer:before {
content: "\2014 \00A0";
}
.blockquote-reverse {
padding-right: 1rem;
padding-left: 0;
text-align: right;
border-right: .25rem solid #eceeef;
border-left: 0;
}
.blockquote-reverse footer:before {
content: "";
}
.blockquote-reverse footer:after {
content: "\00A0 \2014";
}
.img-responsive, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img { .img-responsive, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
display: block; display: block;
max-width: 100%; max-width: 100%;
@ -1700,14 +1733,10 @@ label {
cursor: false; cursor: false;
} }
.form-control-file { .form-control-file, .form-control-range {
display: block; display: block;
} }
input[type="search"] {
-webkit-appearance: none;
}
.form-group { .form-group {
margin-bottom: 15px; margin-bottom: 15px;
} }
@ -4883,11 +4912,6 @@ button.close {
clip: auto; clip: auto;
} }
.inverse {
color: #eceeef;
background-color: #373a3c;
}
.m-a-0 { .m-a-0 {
margin: 0; margin: 0;
} }
@ -5198,6 +5222,11 @@ a.text-danger:focus, a.text-danger:hover {
color: #843534; color: #843534;
} }
.inverse {
color: #eceeef;
background-color: #373a3c;
}
.bg-primary { .bg-primary {
color: #fff; color: #fff;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -295,9 +295,9 @@ p {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
abbr[title] { abbr[title], abbr[data-original-title] {
cursor: help; cursor: help;
border-bottom-color: #ccc; border-bottom: 1px dotted #818a91;
} }
address { address {
@ -514,6 +514,39 @@ mark, .mark {
text-transform: uppercase; text-transform: uppercase;
} }
.blockquote {
padding: .5rem 1rem;
margin-bottom: 1rem;
font-size: 1.25rem;
border-left: .25rem solid #eceeef;
}
.blockquote p:last-child, .blockquote ul:last-child, .blockquote ol:last-child {
margin-bottom: 0;
}
.blockquote footer {
display: block;
font-size: 80%;
line-height: 1.5;
color: #818a91;
}
.blockquote footer:before {
content: "\2014 \00A0";
}
.blockquote-reverse {
padding-right: 1rem;
padding-left: 0;
text-align: right;
border-right: .25rem solid #eceeef;
border-left: 0;
}
.blockquote-reverse footer:before {
content: "";
}
.blockquote-reverse footer:after {
content: "\00A0 \2014";
}
.img-responsive, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img { .img-responsive, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
display: block; display: block;
max-width: 100%; max-width: 100%;
@ -1700,14 +1733,10 @@ label {
cursor: false; cursor: false;
} }
.form-control-file { .form-control-file, .form-control-range {
display: block; display: block;
} }
input[type="search"] {
-webkit-appearance: none;
}
.form-group { .form-group {
margin-bottom: 15px; margin-bottom: 15px;
} }
@ -4883,11 +4912,6 @@ button.close {
clip: auto; clip: auto;
} }
.inverse {
color: #eceeef;
background-color: #373a3c;
}
.m-a-0 { .m-a-0 {
margin: 0; margin: 0;
} }
@ -5198,6 +5222,11 @@ a.text-danger:focus, a.text-danger:hover {
color: #843534; color: #843534;
} }
.inverse {
color: #eceeef;
background-color: #373a3c;
}
.bg-primary { .bg-primary {
color: #fff; color: #fff;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long