IE needs the border-left:0 for some reason.

This commit is contained in:
Raymond Hettinger 2009-04-10 02:01:21 +00:00
parent 8dbae0ff15
commit 3f5a0b3316
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}