mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Fix issue 432 - pure-table-bordered issues (#718)
pure-table-bordered don't work when td has rowspan attribute on ie11,firefox 35
This commit is contained in:
parent
4575552efa
commit
409ea1e44e
@ -23,13 +23,6 @@
|
|||||||
padding: 0.5em 1em; /* cell padding */
|
padding: 0.5em 1em; /* cell padding */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Consider removing this next declaration block, as it causes problems when
|
|
||||||
there's a rowspan on the first cell. Case added to the tests. issue#432 */
|
|
||||||
.pure-table td:first-child,
|
|
||||||
.pure-table th:first-child {
|
|
||||||
border-left-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pure-table thead {
|
.pure-table thead {
|
||||||
background-color: #e0e0e0;
|
background-color: #e0e0e0;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
Loading…
Reference in New Issue
Block a user