Commit 043b4063 authored by Mark Otto's avatar Mark Otto

grunt

parent b4b82e81
...@@ -2117,12 +2117,10 @@ th { ...@@ -2117,12 +2117,10 @@ th {
.table-bordered > thead > tr > td { .table-bordered > thead > tr > td {
border-bottom-width: 2px; border-bottom-width: 2px;
} }
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) {
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9; background-color: #f9f9f9;
} }
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover {
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
table col[class*="col-"] { table col[class*="col-"] {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
...@@ -2117,12 +2117,10 @@ th { ...@@ -2117,12 +2117,10 @@ th {
.table-bordered > thead > tr > td { .table-bordered > thead > tr > td {
border-bottom-width: 2px; border-bottom-width: 2px;
} }
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) {
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9; background-color: #f9f9f9;
} }
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover {
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
table col[class*="col-"] { table col[class*="col-"] {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment