From 9c1af36ef17a9e022858bbe575bbabfe092e095f Mon Sep 17 00:00:00 2001 From: Aleksei Miheev Date: Mon, 3 Sep 2012 19:13:44 +0400 Subject: [PATCH] alright, alright, let's get back to tahoma --- Themes/default/index.template.php | 2 +- Themes/default/style.fixed.css | 2 +- Themes/default/style.liquid.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. */