cvs diff: Diffing .
Index: clean.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/clean/Attic/clean.info,v
retrieving revision 1.1.2.5
diff -u -p -r1.1.2.5 clean.info
--- clean.info  13 Mar 2009 01:09:16 -0000  1.1.2.5
+++ clean.info  15 Mar 2009 20:56:56 -0000
@@ -18,3 +18,4 @@ stylesheets[all][] = css/color.css
 stylesheets[all][] = css/navigation.css
 stylesheets[all][] = css/fancy-dates.css
 stylesheets[all][] = css/style.css
+;stylesheets[all][] = css/custom.css
cvs diff: Diffing css
Index: css/custom.default.css
===================================================================
RCS file: css/custom.default.css
diff -N css/custom.default.css
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ css/custom.default.css  15 Mar 2009 20:56:56 -0000
@@ -0,0 +1,14 @@
+/* $Id$ */
+
+/* Put your custom css and css overrides in this file and   */
+/* rename it custom.css. By restricting your css changes    */
+/* to custom.css, your changes will not be overwritten when */
+/* upgrading to a new version of this theme.                */
+
+/* Steps to activate custom.css:                      */
+/* 1. Add your custom css to this file                */
+/* 2. Rename this file to custom.css                  */
+/* 3. Uncomment (remove leading semicolon from ) the  */
+/*    following line in your theme's .info file:      */
+/*    ;stylesheets[all][] = custom.css                */
+/* 4. Clear cached data at admin/settings/performance */
cvs diff: Diffing images
