Commit 2a78159a authored by Mark Otto's avatar Mark Otto

grunt

parent fef873a8
......@@ -192,7 +192,6 @@ td, th {
padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*, *:before, *:after {
color: #000 !important;
......@@ -536,7 +535,7 @@ blockquote footer {
color: #818a91;
}
blockquote footer:before {
content: '\2014 \00A0';
content: "\2014 \00A0";
}
.blockquote-reverse {
......@@ -547,10 +546,10 @@ blockquote footer:before {
border-left: 0;
}
.blockquote-reverse footer:before {
content: '';
content: "";
}
.blockquote-reverse footer:after {
content: '\00A0 \2014';
content: "\00A0 \2014";
}
address {
......@@ -2642,9 +2641,6 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height .35s ease;
-o-transition: height .35s ease;
transition: height .35s ease;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
......@@ -3166,9 +3162,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
.navbar {
position: relative;
padding: 1rem;
/*min-height: $navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode)*/
margin-bottom: 1;
/*border: 1px solid transparent;*/
}
.navbar:before, .navbar:after {
display: table;
......@@ -3223,7 +3217,6 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
margin-bottom: 0;
font-size: 1.25rem;
line-height: 1;
/*height: $navbar-height;*/
}
.navbar-brand > a:hover, .navbar-brand > a:focus {
text-decoration: none;
......@@ -3630,7 +3623,6 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
.card-columns .card {
display: inline-block;
width: 100%;
/*margin-bottom: 1rem;*/
}
.breadcrumb {
......@@ -3984,7 +3976,6 @@ a.badge:hover, a.badge:focus {
color: #843534;
}
/*csslint empty-rules: false, important: true*/
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1 0;
......@@ -4434,14 +4425,10 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-webkit-transform: transition .3s ease-out;
-ms-transform: translate(0, -25%);
-ms-transform: transition .3s ease-out;
-o-transform: translate(0, -25%);
-o-transform: transition .3s ease-out;
transform: translate(0, -25%);
transform: transition .3s ease-out;
-webkit-transform: transition .3s ease-out, translate(0, -25%);
-ms-transform: transition .3s ease-out, translate(0, -25%);
-o-transform: transition .3s ease-out, translate(0, -25%);
transform: transition .3s ease-out, translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
......@@ -4742,7 +4729,7 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro
.popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
content: "";
border-top-color: #fff;
border-bottom-width: 0;
}
......@@ -4756,7 +4743,7 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro
.popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
content: "";
border-right-color: #fff;
border-left-width: 0;
}
......@@ -4770,7 +4757,7 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro
.popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
content: "";
border-top-width: 0;
border-bottom-color: #fff;
}
......@@ -4784,7 +4771,7 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro
.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
content: "";
border-right-width: 0;
border-left-color: #fff;
}
......@@ -4918,10 +4905,10 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro
margin-right: -10px;
}
.carousel-control .icon-prev:before {
content: '\2039';
content: "\2039";
}
.carousel-control .icon-next:before {
content: '\203a';
content: "\203a";
}
.carousel-indicators {
......
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.
This diff is collapsed.
This diff is collapsed.
......@@ -192,7 +192,6 @@ td, th {
padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*, *:before, *:after {
color: #000 !important;
......@@ -536,7 +535,7 @@ blockquote footer {
color: #818a91;
}
blockquote footer:before {
content: '\2014 \00A0';
content: "\2014 \00A0";
}
.blockquote-reverse {
......@@ -547,10 +546,10 @@ blockquote footer:before {
border-left: 0;
}
.blockquote-reverse footer:before {
content: '';
content: "";
}
.blockquote-reverse footer:after {
content: '\00A0 \2014';
content: "\00A0 \2014";
}
address {
......@@ -2642,9 +2641,6 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height .35s ease;
-o-transition: height .35s ease;
transition: height .35s ease;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
......@@ -3166,9 +3162,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
.navbar {
position: relative;
padding: 1rem;
/*min-height: $navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode)*/
margin-bottom: 1;
/*border: 1px solid transparent;*/
}
.navbar:before, .navbar:after {
display: table;
......@@ -3223,7 +3217,6 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
margin-bottom: 0;
font-size: 1.25rem;
line-height: 1;
/*height: $navbar-height;*/
}
.navbar-brand > a:hover, .navbar-brand > a:focus {
text-decoration: none;
......@@ -3630,7 +3623,6 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
.card-columns .card {
display: inline-block;
width: 100%;
/*margin-bottom: 1rem;*/
}
.breadcrumb {
......@@ -3984,7 +3976,6 @@ a.badge:hover, a.badge:focus {
color: #843534;
}
/*csslint empty-rules: false, important: true*/
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1 0;
......@@ -4434,14 +4425,10 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-webkit-transform: transition .3s ease-out;
-ms-transform: translate(0, -25%);
-ms-transform: transition .3s ease-out;
-o-transform: translate(0, -25%);
-o-transform: transition .3s ease-out;
transform: translate(0, -25%);
transform: transition .3s ease-out;
-webkit-transform: transition .3s ease-out, translate(0, -25%);
-ms-transform: transition .3s ease-out, translate(0, -25%);
-o-transform: transition .3s ease-out, translate(0, -25%);
transform: transition .3s ease-out, translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
......@@ -4742,7 +4729,7 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro
.popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
content: "";
border-top-color: #fff;
border-bottom-width: 0;
}
......@@ -4756,7 +4743,7 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro
.popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
content: "";
border-right-color: #fff;
border-left-width: 0;
}
......@@ -4770,7 +4757,7 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro
.popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
content: "";
border-top-width: 0;
border-bottom-color: #fff;
}
......@@ -4784,7 +4771,7 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro
.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
content: "";
border-right-width: 0;
border-left-color: #fff;
}
......@@ -4918,10 +4905,10 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro
margin-right: -10px;
}
.carousel-control .icon-prev:before {
content: '\2039';
content: "\2039";
}
.carousel-control .icon-next:before {
content: '\203a';
content: "\203a";
}
.carousel-indicators {
......
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