Commit d64c93e0 authored by Mark Otto's avatar Mark Otto

grunt

parent 250c2200
......@@ -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;
}
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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;
}
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment