Index: misc/farbtastic/farbtastic.css =================================================================== RCS file: /cvs/drupal/drupal/misc/farbtastic/farbtastic.css,v retrieving revision 1.2 diff -U3 -r1.2 farbtastic.css --- misc/farbtastic/farbtastic.css 31 Oct 2006 15:03:37 -0000 1.2 +++ misc/farbtastic/farbtastic.css 17 Apr 2007 09:18:23 -0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + .farbtastic { position: relative; } @@ -30,4 +32,3 @@ overflow: hidden; background: url(marker.png) no-repeat; } - Index: modules/color/color.css =================================================================== RCS file: /cvs/drupal/drupal/modules/color/color.css,v retrieving revision 1.2 diff -U3 -r1.2 color.css --- modules/color/color.css 23 Nov 2006 11:05:46 -0000 1.2 +++ modules/color/color.css 17 Apr 2007 09:18:23 -0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /* Farbtastic placement */ .color-form { max-width: 50em; Index: modules/color/color.js =================================================================== RCS file: /cvs/drupal/drupal/modules/color/color.js,v retrieving revision 1.1 diff -U3 -r1.1 color.js --- modules/color/color.js 29 Oct 2006 13:17:38 -0000 1.1 +++ modules/color/color.js 17 Apr 2007 09:18:24 -0000 @@ -1,3 +1,5 @@ +// $Id$ + if (Drupal.jsEnabled) { $(document).ready(function () { var form = $('#color_scheme_form .color-form'); Index: modules/comment/comment.css =================================================================== RCS file: /cvs/drupal/drupal/modules/comment/comment.css,v retrieving revision 1.1 diff -U3 -r1.1 comment.css --- modules/comment/comment.css 15 Oct 2006 19:57:06 -0000 1.1 +++ modules/comment/comment.css 17 Apr 2007 09:18:24 -0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + .indented { margin-left: 25px; } Index: themes/garland/fix-ie.css =================================================================== RCS file: /cvs/drupal/drupal/themes/garland/fix-ie.css,v retrieving revision 1.3 diff -U3 -r1.3 fix-ie.css --- themes/garland/fix-ie.css 10 Jan 2007 08:48:45 -0000 1.3 +++ themes/garland/fix-ie.css 17 Apr 2007 09:18:24 -0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /** * Themetastic, for Drupal 5.0 * Stefan Nagtegaal, iStyledThis [dot] nl Index: themes/garland/print.css =================================================================== RCS file: /cvs/drupal/drupal/themes/garland/print.css,v retrieving revision 1.1 diff -U3 -r1.1 print.css --- themes/garland/print.css 14 Dec 2006 00:37:00 -0000 1.1 +++ themes/garland/print.css 17 Apr 2007 09:18:24 -0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /** * Themetastic, for Drupal 5.0 * Stefan Nagtegaal, iStyledThis [dot] nl Index: themes/garland/style.css =================================================================== RCS file: /cvs/drupal/drupal/themes/garland/style.css,v retrieving revision 1.14.2.2 diff -U3 -r1.14.2.2 style.css --- themes/garland/style.css 12 Mar 2007 18:10:52 -0000 1.14.2.2 +++ themes/garland/style.css 17 Apr 2007 09:18:25 -0000 @@ -1,3 +1,5 @@ +/* $Id$ */ + /** * Garland, for Drupal 5.0 * Stefan Nagtegaal, iStyledThis [dot] nl Index: themes/garland/template.php =================================================================== RCS file: /cvs/drupal/drupal/themes/garland/template.php,v retrieving revision 1.4 diff -U3 -r1.4 template.php --- themes/garland/template.php 12 Dec 2006 21:32:18 -0000 1.4 +++ themes/garland/template.php 17 Apr 2007 09:18:26 -0000 @@ -1,4 +1,6 @@