Update of /cvsroot/php-blog/serendipity/templates/moz-modern
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15387
Modified Files:
style.css
Log Message:
I guess nobody's gonna use my path structure then... ;)
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/moz-modern/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- style.css 3 Mar 2004 14:45:31 -0000 1.1
+++ style.css 3 Mar 2004 16:06:46 -0000 1.2
@@ -1,9 +1,3 @@
-/* Type CSS rules here and they will be applied
-to pages from 'editcss'
-immediately as long as you keep this window open. */
-
-/**** LINK-tag style sheet serendipity.css.php ****/
-
/*
*
* "Mozilla Modern Tribute" for serendipity (http://www.s9y.org/), by Garvin Hicking (http://supergarv.de/)
@@ -51,7 +45,7 @@
padding-left: 15px;
border-bottom: 1px solid #8F9FB1;
border-top: 1px solid #8F9FB1;
- background-image: url(/cvs/serendipity/serendipity_MARKUP/templates/moz-modern/img/background.png);
+ background-image: url({TEMPLATE_PATH}img/background.png);
margin-top: 10px;
padding-top: 5px;
}
|