Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2006-10-09 18:52:36 +0400
committerMarc Delisle <marc@infomarc.info>2006-10-09 18:52:36 +0400
commit97bd2d65e732c8bf312e8287ffe3aecef94817c7 (patch)
tree71a462b83c0f7f758877ed563e9159b815fc873f /themes
parentb9cb622f2d92ae6c6251bbbbb93e613951bd0515 (diff)
bug #1564409, default in FontFamily
Diffstat (limited to 'themes')
-rw-r--r--themes/original/layout.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/original/layout.inc.php b/themes/original/layout.inc.php
index 4bba82bbb3..549f3392b0 100644
--- a/themes/original/layout.inc.php
+++ b/themes/original/layout.inc.php
@@ -51,7 +51,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
*/