|
From: Bart v. B. <ba...@us...> - 2002-03-24 14:02:03
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv13784
Modified Files:
subSilver.css
Log Message:
Fixed paths for external subSilver file
Index: subSilver.css
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/subSilver.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** subSilver.css 22 Mar 2002 18:07:17 -0000 1.7
--- subSilver.css 24 Mar 2002 14:02:00 -0000 1.8
***************
*** 3,10 ****
Created by subBlue design
http://www.subBlue.com
-
- NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
- theme administration centre. When you have finalised your style you could cut the final CSS code
- and place it in an external file, deleting this section to save bandwidth.
*/
--- 3,6 ----
***************
*** 49,53 ****
td.rowpic {
background-color: #FFFFFF;
! background-image: url(templates/subSilver/images/cellpic2.jpg);
background-repeat: repeat-y;
}
--- 45,49 ----
td.rowpic {
background-color: #FFFFFF;
! background-image: url(images/cellpic2.jpg);
background-repeat: repeat-y;
}
***************
*** 57,65 ****
color: #FFA34F; font-size: 11px; font-weight : bold;
background-color: #006699; height: 25px;
! background-image: url(templates/subSilver/images/cellpic3.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
! background-image: url(templates/subSilver/images/cellpic1.gif);
background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}
--- 53,61 ----
color: #FFA34F; font-size: 11px; font-weight : bold;
background-color: #006699; height: 25px;
! background-image: url(images/cellpic3.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
! background-image: url(images/cellpic1.gif);
background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}
|