Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4929/docs
Modified Files:
NEWS
Log Message:
remove extCSS config option
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/NEWS,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- NEWS 27 Jan 2005 15:01:59 -0000 1.53
+++ NEWS 27 Jan 2005 15:31:30 -0000 1.54
@@ -3,6 +3,11 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * The config option 'extCSS' has been removed. It is now re-
+ commended to set external stylesheets in the template's index.tpl
+ file, or to @import it within the templates style.css file.
+ (garvinhicking)
+
* Personal Configuration allows to set defaults for creating new
entries (allow comments, moderate comments, publish/draft)
(garvinhicking)
|