bug #1564409, default in FontFamily
This commit is contained in:
parent
1f0f4d04e6
commit
6eff1ef3a0
@ -11,6 +11,7 @@ $Source$
|
||||
2006-10-09 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/export/sql.php: bug #1562533, problems with unbuffered queries
|
||||
* Documentation.html: FontFamily, FontFamilyFixed
|
||||
* themes/original/layout.inc.php: bug #1564409, default FontFamily
|
||||
|
||||
2006-10-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* scripts/create-release.sh: use lang-cleanup.sh from the kit,
|
||||
|
||||
@ -52,7 +52,7 @@ $GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC99';
|
||||
* if not set the browser default will be used
|
||||
* (depending on browser, DTD and system settings)
|
||||
*/
|
||||
$GLOBALS['cfg']['FontFamily'] = '';
|
||||
$GLOBALS['cfg']['FontFamily'] = 'sans-serif';
|
||||
/**
|
||||
* fixed width font family, used in textarea
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user