added ability to give rows in tables status classes .success .error and .info.

This commit is contained in:
Gavin Cooper (work)
2012-07-04 12:22:34 +01:00
parent fb29075926
commit b4125748b0
6 changed files with 201 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
.clearfix:before,
.clearfix:after {
display: table;
line-height: 0;
content: "";
}
@@ -94,6 +95,7 @@
.row:before,
.row:after {
display: table;
line-height: 0;
content: "";
}
.row:after {
@@ -187,6 +189,7 @@
.row-fluid:before,
.row-fluid:after {
display: table;
line-height: 0;
content: "";
}
.row-fluid:after {
@@ -434,6 +437,7 @@
.row:before,
.row:after {
display: table;
line-height: 0;
content: "";
}
.row:after {
@@ -527,6 +531,7 @@
.row-fluid:before,
.row-fluid:after {
display: table;
line-height: 0;
content: "";
}
.row-fluid:after {