aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-18 15:53:56 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-18 15:53:56 +0000
commit34c168d4f1d5954e2257592f9ce64d4217a28e3e (patch)
treee552fb7185a4fd0ddfe55ccec7db51d8b9c9b2c9
parent8430ab391e5c559dd2e0b1cc3867a3a09532d082 (diff)
downloadforums-34c168d4f1d5954e2257592f9ce64d4217a28e3e.tar
forums-34c168d4f1d5954e2257592f9ce64d4217a28e3e.tar.gz
forums-34c168d4f1d5954e2257592f9ce64d4217a28e3e.tar.bz2
forums-34c168d4f1d5954e2257592f9ce64d4217a28e3e.tar.xz
forums-34c168d4f1d5954e2257592f9ce64d4217a28e3e.zip
Minor change to CSS
git-svn-id: file:///svn/phpbb/trunk@691 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/templates/PSO/overall_header.tpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/phpBB/templates/PSO/overall_header.tpl b/phpBB/templates/PSO/overall_header.tpl
index 9a920e791d..4334c83fad 100644
--- a/phpBB/templates/PSO/overall_header.tpl
+++ b/phpBB/templates/PSO/overall_header.tpl
@@ -1,12 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<meta name="MSSmartTagsPreventParsing" content="TRUE">
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<meta http-equiv="Content-Style-Type" content="text/css">
<head>
<title>phpBB - {SITENAME}</title>
<style type="text/css">
<!--
+BODY {background-color:{T_BODY_BGCOLOR};color:{T_BODY_TEXT};scrollbar-base-color:{T_TH_COLOR2};scrollbar-arrow-color:{T_TH_COLOR1}}
P {font-family:{T_FONTFACE1};font-size:10pt}
TH {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE2};font-size:8pt;font-weight:normal}
@@ -58,4 +60,4 @@ INPUT.text {font-family:"Courier New",courier;font-size:8pt;}
</tr>
</table>
-<br clear="all" /><br />
+<br clear="all"><br>