<tr> and <td> elements are only for tables, duh
This commit is contained in:
parent
df7d24f46b
commit
e37e6b1a63
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@ table {
|
|||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.table th, .table td {
|
||||
th, td {
|
||||
padding: .5em;
|
||||
line-height: 1.4em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
tbody tr:nth-child(2n-1) {
|
||||
tr:nth-child(2n-1) {
|
||||
background: #ccc; /* Shade every other table row */
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue