2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

fix chevron on js docs and run make after table changes

This commit is contained in:
Mark Otto
2012-08-07 23:07:53 -07:00
parent 85f1f2257b
commit 3c89f7bb5f
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -2018,15 +2018,15 @@ table .span24 {
margin-left: 0;
}
.table tbody .success td {
.table tbody tr.success td {
background-color: #dff0d8;
}
.table tbody .error td {
.table tbody tr.error td {
background-color: #f2dede;
}
.table tbody .info td {
.table tbody tr.info td {
background-color: #d9edf7;
}