|
From: Paul S. O. <ps...@us...> - 2002-03-02 20:46:13
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv16753/templates/subSilver
Modified Files:
subSilver.css
Log Message:
Fix error in import, bug #524906
Index: subSilver.css
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/subSilver.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** subSilver.css 2 Feb 2002 18:12:15 -0000 1.5
--- subSilver.css 2 Mar 2002 20:46:09 -0000 1.6
***************
*** 211,213 ****
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
! @import url("templates/subSilver/formIE.css");
--- 211,213 ----
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
! @import url("formIE.css");
|