mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
grunt
This commit is contained in:
parent
250c2200bf
commit
d64c93e09a
@ -295,9 +295,9 @@ p {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
abbr[title] {
|
||||
abbr[title], abbr[data-original-title] {
|
||||
cursor: help;
|
||||
border-bottom-color: #ccc;
|
||||
border-bottom: 1px dotted #818a91;
|
||||
}
|
||||
|
||||
address {
|
||||
@ -514,6 +514,39 @@ mark, .mark {
|
||||
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 {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
@ -1700,14 +1733,10 @@ label {
|
||||
cursor: false;
|
||||
}
|
||||
|
||||
.form-control-file {
|
||||
.form-control-file, .form-control-range {
|
||||
display: block;
|
||||
}
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
@ -4883,11 +4912,6 @@ button.close {
|
||||
clip: auto;
|
||||
}
|
||||
|
||||
.inverse {
|
||||
color: #eceeef;
|
||||
background-color: #373a3c;
|
||||
}
|
||||
|
||||
.m-a-0 {
|
||||
margin: 0;
|
||||
}
|
||||
@ -5198,6 +5222,11 @@ a.text-danger:focus, a.text-danger:hover {
|
||||
color: #843534;
|
||||
}
|
||||
|
||||
.inverse {
|
||||
color: #eceeef;
|
||||
background-color: #373a3c;
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
color: #fff;
|
||||
}
|
||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -295,9 +295,9 @@ p {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
abbr[title] {
|
||||
abbr[title], abbr[data-original-title] {
|
||||
cursor: help;
|
||||
border-bottom-color: #ccc;
|
||||
border-bottom: 1px dotted #818a91;
|
||||
}
|
||||
|
||||
address {
|
||||
@ -514,6 +514,39 @@ mark, .mark {
|
||||
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 {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
@ -1700,14 +1733,10 @@ label {
|
||||
cursor: false;
|
||||
}
|
||||
|
||||
.form-control-file {
|
||||
.form-control-file, .form-control-range {
|
||||
display: block;
|
||||
}
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
@ -4883,11 +4912,6 @@ button.close {
|
||||
clip: auto;
|
||||
}
|
||||
|
||||
.inverse {
|
||||
color: #eceeef;
|
||||
background-color: #373a3c;
|
||||
}
|
||||
|
||||
.m-a-0 {
|
||||
margin: 0;
|
||||
}
|
||||
@ -5198,6 +5222,11 @@ a.text-danger:focus, a.text-danger:hover {
|
||||
color: #843534;
|
||||
}
|
||||
|
||||
.inverse {
|
||||
color: #eceeef;
|
||||
background-color: #373a3c;
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
color: #fff;
|
||||
}
|
||||
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user