diff --git a/Themes/default/index.template.php b/Themes/default/index.template.php index 0d7fcf9..03d7fd5 100644 --- a/Themes/default/index.template.php +++ b/Themes/default/index.template.php @@ -74,7 +74,7 @@ function template_main_above() } echo ' - '; + '; // Show all the relative links, such as help, search, contents, and the like. echo ' diff --git a/Themes/default/style.fixed.css b/Themes/default/style.fixed.css index 4cc0608..dd28721 100644 --- a/Themes/default/style.fixed.css +++ b/Themes/default/style.fixed.css @@ -51,7 +51,7 @@ body, td color: #C5C9CF; /* font-size: small;*/ font-size: small; - font-family: arial, helvetica, sans-serif; + font-family: tahoma,arial,helvetica,sans-serif; } /* The main body of the entire forum. */ diff --git a/Themes/default/style.liquid.css b/Themes/default/style.liquid.css index d15eecf..87a1361 100644 --- a/Themes/default/style.liquid.css +++ b/Themes/default/style.liquid.css @@ -51,7 +51,7 @@ body, td { color: #C5C9CF; font-size: small; - font-family: arial, helvetica, sans-serif; + font-family: tahoma,arial,helvetica,sans-serif; } /* The main body of the entire forum. */