2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip

This commit is contained in:
fat
2013-07-26 00:22:48 -07:00
12 changed files with 34 additions and 50 deletions
+4 -16
View File
@@ -379,36 +379,24 @@ cite {
color: #999999;
}
a.text-muted:hover,
a.text-muted:focus {
color: #808080;
.text-primary {
color: #428bca;
}
.text-warning {
color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
color: #a47e3c;
}
.text-danger {
color: #b94a48;
}
a.text-danger:hover,
a.text-danger:focus {
color: #953b39;
}
.text-success {
color: #468847;
}
a.text-success:hover,
a.text-success:focus {
color: #356635;
.text-info {
color: #3a87ad;
}
.text-left {
+1 -1
View File
File diff suppressed because one or more lines are too long