mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
Merge branch '2.1.0-wip' of https://github.com/gcoop/bootstrap into gcoop-2.1.0-wip
Conflicts: docs/base-css.html docs/templates/pages/base-css.mustache
This commit is contained in:
Vendored
+12
@@ -1728,6 +1728,18 @@ table {
|
||||
border-top: 2px solid #dddddd;
|
||||
}
|
||||
|
||||
.table .success td {
|
||||
background-color: #dff0d8;
|
||||
}
|
||||
|
||||
.table .error td {
|
||||
background-color: #f2dede;
|
||||
}
|
||||
|
||||
.table .info td {
|
||||
background-color: #d9edf7;
|
||||
}
|
||||
|
||||
.table-condensed th,
|
||||
.table-condensed td {
|
||||
padding: 4px 5px;
|
||||
|
||||
Reference in New Issue
Block a user