This commit is contained in:
olivia
2007-07-19 08:40:44 +00:00
parent 2d45b51140
commit 1f801759c2
4 changed files with 21 additions and 1 deletions
+6 -1
View File
@@ -21,7 +21,12 @@ iframe
}
textarea
{
font-family: Arial, Helvetica, sans-serif;
font-family: Trebuchet MS;
font-size: x-small;
}
form
{
font-family: Trebuchet MS;
}
#menue
{
+5
View File
@@ -18,6 +18,11 @@ iframe
padding:0px;
}
textarea
{
font-family: Verdana;
font-size: x-small;
}
form
{
font-family: Verdana;
}
+5
View File
@@ -19,6 +19,11 @@ iframe
padding:0px;
}
textarea
{
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
}
form
{
font-family: Arial, Helvetica, sans-serif;
}
+5
View File
@@ -18,6 +18,11 @@ iframe
padding:0px;
}
textarea
{
font-family: Trebuchet MS;
font-size: x-small;
}
form
{
font-family: Trebuchet MS;
}