0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

automatic grunt dist

This commit is contained in:
Bootstrap's Grunt bot 2015-03-26 05:10:31 +00:00
parent ba2d556455
commit 087c68bd85
6 changed files with 24 additions and 14 deletions

View File

@ -1344,31 +1344,36 @@ mark,
.text-primary { .text-primary {
color: #337ab7; color: #337ab7;
} }
a.text-primary:hover { a.text-primary:hover,
a.text-primary:focus {
color: #286090; color: #286090;
} }
.text-success { .text-success {
color: #3c763d; color: #3c763d;
} }
a.text-success:hover { a.text-success:hover,
a.text-success:focus {
color: #2b542c; color: #2b542c;
} }
.text-info { .text-info {
color: #31708f; color: #31708f;
} }
a.text-info:hover { a.text-info:hover,
a.text-info:focus {
color: #245269; color: #245269;
} }
.text-warning { .text-warning {
color: #8a6d3b; color: #8a6d3b;
} }
a.text-warning:hover { a.text-warning:hover,
a.text-warning:focus {
color: #66512c; color: #66512c;
} }
.text-danger { .text-danger {
color: #a94442; color: #a94442;
} }
a.text-danger:hover { a.text-danger:hover,
a.text-danger:focus {
color: #843534; color: #843534;
} }
.bg-primary { .bg-primary {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1344,31 +1344,36 @@ mark,
.text-primary { .text-primary {
color: #337ab7; color: #337ab7;
} }
a.text-primary:hover { a.text-primary:hover,
a.text-primary:focus {
color: #286090; color: #286090;
} }
.text-success { .text-success {
color: #3c763d; color: #3c763d;
} }
a.text-success:hover { a.text-success:hover,
a.text-success:focus {
color: #2b542c; color: #2b542c;
} }
.text-info { .text-info {
color: #31708f; color: #31708f;
} }
a.text-info:hover { a.text-info:hover,
a.text-info:focus {
color: #245269; color: #245269;
} }
.text-warning { .text-warning {
color: #8a6d3b; color: #8a6d3b;
} }
a.text-warning:hover { a.text-warning:hover,
a.text-warning:focus {
color: #66512c; color: #66512c;
} }
.text-danger { .text-danger {
color: #a94442; color: #a94442;
} }
a.text-danger:hover { a.text-danger:hover,
a.text-danger:focus {
color: #843534; color: #843534;
} }
.bg-primary { .bg-primary {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long