Style bundling update

Using VS extension: 'Web Compiler'
This commit is contained in:
Gary Sharp
2016-09-29 19:00:51 +10:00
parent 9baca7f633
commit aeb9eb4d3a
57 changed files with 687 additions and 1028 deletions
+5 -5
View File
@@ -4,7 +4,7 @@
}
.tableData > tbody > tr > td {
border: solid 1px #f4f4f4;
background-color: #ffffff;
background-color: #fff;
}
.tableData > tbody > tr:nth-child(odd) > td {
background-color: #fcfcfc;
@@ -30,14 +30,14 @@
}
.tableDataDark td {
border: solid 1px #d8d8d8;
background-color: #ffffff;
background-color: #fff;
}
.tableDataDark th {
background-color: #eeeeee;
background-color: #eee;
border: solid 1px #d8d8d8;
}
.tableDataContainer {
background-color: #ffffff;
background-color: #fff;
}
.tableDataVertical {
border: solid 1px #f4f4f4;
@@ -88,4 +88,4 @@ body {
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}
}