Some updates.

This commit is contained in:
Michal Čihař
2011-02-02 14:16:20 +01:00
parent 57dce536c3
commit a23b8e8696
2 changed files with 29 additions and 36 deletions

View File

@@ -67,9 +67,9 @@ $GLOBALS['cfg']['FontFamilyFixed'] = 'monospace';
// border
$GLOBALS['cfg']['Border'] = 0;
// table header and footer color
$GLOBALS['cfg']['ThBackground'] = '#D3DCE3';
$GLOBALS['cfg']['ThBackground'] = '#555';
// table header and footer background
$GLOBALS['cfg']['ThColor'] = '#000000';
$GLOBALS['cfg']['ThColor'] = '#fff';
// table data row background
$GLOBALS['cfg']['BgOne'] = '#E5E5E5';
// table data row background, alternate