|
|
|
@ -632,26 +632,19 @@ table.classy { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
body#post article table { |
|
|
|
|
article table { |
|
|
|
|
border-spacing: 0; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
width: 100%; |
|
|
|
|
th { |
|
|
|
|
border-bottom: 2px solid #ccc; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
th + th { |
|
|
|
|
border-left: 1px solid #ccc; |
|
|
|
|
} |
|
|
|
|
tr:nth-child(even) { |
|
|
|
|
background-color: #f6f6f6; |
|
|
|
|
border-width: 1px 1px 2px 1px; |
|
|
|
|
border-style: solid; |
|
|
|
|
border-color: #ccc; |
|
|
|
|
} |
|
|
|
|
td + td { |
|
|
|
|
border-left: 1px solid #ccc; |
|
|
|
|
} |
|
|
|
|
tr + tr td { |
|
|
|
|
border-top: 1px solid #ccc; |
|
|
|
|
} |
|
|
|
|
td, th { |
|
|
|
|
td { |
|
|
|
|
border-width: 0 1px 1px 1px; |
|
|
|
|
border-style: solid; |
|
|
|
|
border-color: #ccc; |
|
|
|
|
padding: .25rem .5rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|