patch #1193719, spelling error Hevetica -> Helvetica
This commit is contained in:
@@ -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 <lem9@users.sourceforge.net>
|
||||
* tbl_select.php: bug #1204235, searching on a VARBINARY field
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user