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:
commit
cb1a59caa0
4 changed files with 182 additions and 0 deletions
|
|
@ -48,6 +48,16 @@ table {
|
|||
tbody + tbody {
|
||||
border-top: 2px solid @tableBorder;
|
||||
}
|
||||
|
||||
.success td {
|
||||
background-color: @successBackground;
|
||||
}
|
||||
.error td {
|
||||
background-color: @errorBackground;
|
||||
}
|
||||
.info td {
|
||||
background-color: @infoBackground;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue