mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Minor change to CSS
git-svn-id: file:///svn/phpbb/trunk@691 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8430ab391e
commit
34c168d4f1
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue