Fix error in import, bug #524906

git-svn-id: file:///svn/phpbb/trunk@2250 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-03-02 20:46:27 +00:00
parent 89fc7db592
commit 1783be010d
2 changed files with 2 additions and 2 deletions

View file

@ -3,6 +3,7 @@
<head>
{META}
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<link rel="stylesheet" href="../{T_HEAD_STYLESHEET}" type="text/css" />
<style type="text/css">
<!--
@ -217,7 +218,6 @@ input.liteoption {
@import url("../templates/subSilver/formIE.css");
-->
</style>
<title>{SITENAME} - {L_PHPBB_ADMIN}</title>
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

View file

@ -210,4 +210,4 @@ input.liteoption {
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");
@import url("formIE.css");