mirror of https://github.com/python/cpython
IE needs the border-left:0 for some reason.
This commit is contained in:
parent
8dbae0ff15
commit
3f5a0b3316
|
@ -261,7 +261,8 @@ table.docutils {
|
|||
}
|
||||
|
||||
table.docutils td, table.docutils th {
|
||||
padding: 1px 8px 1px 5px;
|
||||
padding: 2px 5px 2px 5px;
|
||||
border-left: 0;
|
||||
background-color: #eef;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue