0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00
This commit is contained in:
Mark Otto 2016-02-06 16:47:57 -08:00
parent b03684d04c
commit b2854d85c5
8 changed files with 16 additions and 20 deletions

View File

@ -5837,12 +5837,6 @@ a.bg-danger:focus, a.bg-danger:hover {
background-color: #c9302c !important;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.clearfix::after {
display: table;
clear: both;
@ -6281,7 +6275,11 @@ a.bg-danger:focus, a.bg-danger:hover {
}
.text-muted {
color: #818a91;
color: #818a91 !important;
}
a.text-muted:focus, a.text-muted:hover {
color: #687077;
}
.text-primary {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5837,12 +5837,6 @@ a.bg-danger:focus, a.bg-danger:hover {
background-color: #c9302c !important;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.clearfix::after {
display: table;
clear: both;
@ -6281,7 +6275,11 @@ a.bg-danger:focus, a.bg-danger:hover {
}
.text-muted {
color: #818a91;
color: #818a91 !important;
}
a.text-muted:focus, a.text-muted:hover {
color: #687077;
}
.text-primary {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long