Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20836/docs
Modified Files:
NEWS
Log Message:
dang, we can't use a 'css/' subpath because inside the CSS code we have
relative references starting from root (templates/bla/x.png). So the CSS
files needs to be inside the root directory.
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/NEWS,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- NEWS 11 Jan 2005 12:53:28 -0000 1.47
+++ NEWS 11 Jan 2005 13:00:37 -0000 1.48
@@ -3,8 +3,8 @@
Version 0.8 ()
------------------------------------------------------------------------
- * New pretty URLs "/blog/css/serendipity.css" and
- "/blog/css/serendipity_admin.css" as links to the Stylesheets.
+ * New pretty URLs "/blog/serendipity.css" and
+ "/blog/serendipity_admin.css" as links to the Stylesheets.
* Chief users are not allowed to hide plugins installed by other
users. (garvinhicking)
|