From 604411e2b3da43dc3522c9a3428774162af0d64f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 22 May 2005 17:24:19 +0000 Subject: [PATCH] patch #1193719, spelling error Hevetica -> Helvetica --- ChangeLog | 3 +++ themes/darkblue_orange/css/theme_print.css.php | 10 +++++----- themes/original/css/theme_print.css.php | 10 +++++----- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 043be2cd4..afa313f2f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,9 @@ $Source$ * tbl_properties_structure.php, tbl_properties.inc.php, libraries/sqlparser.lib.php: bug #1163595, NULL detection of TIMESTAMP * many files: bug #1193250, XHTML compliance, thanks to Ryan Schmidt + * themes/[darkblue_orange|original]/css/theme_print.css.php: + spelling error Hevetica -> Helvetica, thanks to Castorius and + Isaac Bennetch - ibennetch 2005-05-19 Marc Delisle * tbl_select.php: bug #1204235, searching on a VARBINARY field diff --git a/themes/darkblue_orange/css/theme_print.css.php b/themes/darkblue_orange/css/theme_print.css.php index 3abf04e39..d0de98321 100644 --- a/themes/darkblue_orange/css/theme_print.css.php +++ b/themes/darkblue_orange/css/theme_print.css.php @@ -1,12 +1,12 @@ /* For printview */ body{ - font-family: Verdana, Arial, Hevetica, sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #ffffff; } h1{ - font-family: Verdana, Arial, Hevetica, sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000; @@ -19,7 +19,7 @@ table{ border-spacing: 0; } th{ - font-family: Verdana, Arial, Hevetica, sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; @@ -30,7 +30,7 @@ th{ padding: 2px; } td{ - font-family: Verdana, Arial, Hevetica, sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #ffffff; @@ -38,4 +38,4 @@ td{ border-color: #000000; border-style: solid; padding: 2px; -} \ No newline at end of file +} diff --git a/themes/original/css/theme_print.css.php b/themes/original/css/theme_print.css.php index 3abf04e39..d0de98321 100644 --- a/themes/original/css/theme_print.css.php +++ b/themes/original/css/theme_print.css.php @@ -1,12 +1,12 @@ /* For printview */ body{ - font-family: Verdana, Arial, Hevetica, sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #ffffff; } h1{ - font-family: Verdana, Arial, Hevetica, sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000; @@ -19,7 +19,7 @@ table{ border-spacing: 0; } th{ - font-family: Verdana, Arial, Hevetica, sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; @@ -30,7 +30,7 @@ th{ padding: 2px; } td{ - font-family: Verdana, Arial, Hevetica, sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #ffffff; @@ -38,4 +38,4 @@ td{ border-color: #000000; border-style: solid; padding: 2px; -} \ No newline at end of file +}