diff --git a/ChangeLog b/ChangeLog index 05f467a9b..b12b18cb2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ $Source$ thanks to Matt "Cyber Dog" * libraries/tbl_indexes.lib.php, tbl_properties_structure.php, tbl_indexes.php: revised XHTML output + * themes/original/css/theme_left|right_css.php: use $GLOBALS 2005-12-01 Sebastian Mendel diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php index 81dbbd543..6d61388ab 100644 --- a/themes/original/css/theme_left.css.php +++ b/themes/original/css/theme_left.css.php @@ -1,7 +1,7 @@ /******************************************************************************/ /* general tags */ body { - font-family: ; + font-family: ; background-color: #D0DCE0; color: #000000; } diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 9ed4c73d9..213f2feaa 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -3,7 +3,7 @@ body { margin: 0.5em; padding: 0; - font-family: ; + font-family: ; color: #000000; background-image: url(../themes/original/img/vertical_line.png); background-repeat: repeat-y;