Merge pull request #378 from franzholz/patch-4

Update Head.php
This commit is contained in:
Progi1984 2014-09-22 16:11:57 +02:00
commit 6c3088ea07
1 changed files with 8 additions and 0 deletions

View File

@ -97,6 +97,14 @@ class Head extends AbstractPart
'border' => '0',
'border-top' => '1px solid #CCC',
),
'table' => array(
'border' => '1px solid black',
'border-spacing' => '0px',
'width' => '100%',
),
'td' => array(
'border' => '1px solid black',
),
);
foreach ($defaultStyles as $selector => $style) {
$styleWriter = new GenericStyleWriter($style);