change to simpler style
This commit is contained in:
parent
25fe5285da
commit
33474cb1f1
1 changed files with 9 additions and 16 deletions
|
@ -632,26 +632,19 @@ table.classy {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body#post article table {
|
article table {
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
th {
|
th {
|
||||||
border-bottom: 2px solid #ccc;
|
border-width: 1px 1px 2px 1px;
|
||||||
text-align: center;
|
border-style: solid;
|
||||||
|
border-color: #ccc;
|
||||||
}
|
}
|
||||||
th + th {
|
td {
|
||||||
border-left: 1px solid #ccc;
|
border-width: 0 1px 1px 1px;
|
||||||
}
|
border-style: solid;
|
||||||
tr:nth-child(even) {
|
border-color: #ccc;
|
||||||
background-color: #f6f6f6;
|
|
||||||
}
|
|
||||||
td + td {
|
|
||||||
border-left: 1px solid #ccc;
|
|
||||||
}
|
|
||||||
tr + tr td {
|
|
||||||
border-top: 1px solid #ccc;
|
|
||||||
}
|
|
||||||
td, th {
|
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue