patch #1193719, spelling error Hevetica -> Helvetica

This commit is contained in:
Marc Delisle
2005-05-22 17:24:19 +00:00
parent bf91566ec4
commit 604411e2b3
3 changed files with 13 additions and 10 deletions

View File

@@ -11,6 +11,9 @@ $Source$
* tbl_properties_structure.php, tbl_properties.inc.php, * tbl_properties_structure.php, tbl_properties.inc.php,
libraries/sqlparser.lib.php: bug #1163595, NULL detection of TIMESTAMP libraries/sqlparser.lib.php: bug #1163595, NULL detection of TIMESTAMP
* many files: bug #1193250, XHTML compliance, thanks to Ryan Schmidt * 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 <lem9@users.sourceforge.net> 2005-05-19 Marc Delisle <lem9@users.sourceforge.net>
* tbl_select.php: bug #1204235, searching on a VARBINARY field * tbl_select.php: bug #1204235, searching on a VARBINARY field

View File

@@ -1,12 +1,12 @@
/* For printview */ /* For printview */
body{ body{
font-family: Verdana, Arial, Hevetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; font-size: 10px;
color: #000000; color: #000000;
background-color: #ffffff; background-color: #ffffff;
} }
h1{ h1{
font-family: Verdana, Arial, Hevetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
color: #000000; color: #000000;
@@ -19,7 +19,7 @@ table{
border-spacing: 0; border-spacing: 0;
} }
th{ th{
font-family: Verdana, Arial, Hevetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; font-size: 10px;
font-weight: bold; font-weight: bold;
color: #000000; color: #000000;
@@ -30,7 +30,7 @@ th{
padding: 2px; padding: 2px;
} }
td{ td{
font-family: Verdana, Arial, Hevetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; font-size: 10px;
color: #000000; color: #000000;
background-color: #ffffff; background-color: #ffffff;
@@ -38,4 +38,4 @@ td{
border-color: #000000; border-color: #000000;
border-style: solid; border-style: solid;
padding: 2px; padding: 2px;
} }

View File

@@ -1,12 +1,12 @@
/* For printview */ /* For printview */
body{ body{
font-family: Verdana, Arial, Hevetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; font-size: 10px;
color: #000000; color: #000000;
background-color: #ffffff; background-color: #ffffff;
} }
h1{ h1{
font-family: Verdana, Arial, Hevetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
color: #000000; color: #000000;
@@ -19,7 +19,7 @@ table{
border-spacing: 0; border-spacing: 0;
} }
th{ th{
font-family: Verdana, Arial, Hevetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; font-size: 10px;
font-weight: bold; font-weight: bold;
color: #000000; color: #000000;
@@ -30,7 +30,7 @@ th{
padding: 2px; padding: 2px;
} }
td{ td{
font-family: Verdana, Arial, Hevetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; font-size: 10px;
color: #000000; color: #000000;
background-color: #ffffff; background-color: #ffffff;
@@ -38,4 +38,4 @@ td{
border-color: #000000; border-color: #000000;
border-style: solid; border-style: solid;
padding: 2px; padding: 2px;
} }