From 083a6a274dab71e4598bcdb55d7e6ae40a2e70ab Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 13 Apr 2007 07:33:24 +0000 Subject: - Patch #134185 by Ralf Stamm: missing CVS IDs in files. --- misc/farbtastic/farbtastic.css | 2 ++ modules/color/color.css | 2 ++ modules/color/color.js | 2 ++ modules/comment/comment.css | 2 ++ modules/system/system.js | 2 ++ themes/garland/fix-ie.css | 3 ++- themes/garland/minnelli/style.css | 2 ++ themes/garland/print.css | 2 ++ themes/garland/style.css | 2 ++ themes/garland/template.php | 2 +- 10 files changed, 19 insertions(+), 2 deletions(-) diff --git a/misc/farbtastic/farbtastic.css b/misc/farbtastic/farbtastic.css index f181a92b9..9fe6f8fca 100644 --- a/misc/farbtastic/farbtastic.css +++ b/misc/farbtastic/farbtastic.css @@ -1,3 +1,5 @@ +/* $Id$ */ + .farbtastic { position: relative; } diff --git a/modules/color/color.css b/modules/color/color.css index 17836e524..5262683a9 100644 --- a/modules/color/color.css +++ b/modules/color/color.css @@ -1,3 +1,5 @@ +/* $Id$ */ + /* Farbtastic placement */ .color-form { max-width: 50em; diff --git a/modules/color/color.js b/modules/color/color.js index 5bf26a988..366e73d97 100644 --- a/modules/color/color.js +++ b/modules/color/color.js @@ -1,3 +1,5 @@ +// $Id$ + if (Drupal.jsEnabled) { $(document).ready(function () { var form = $('#color_scheme_form .color-form'); diff --git a/modules/comment/comment.css b/modules/comment/comment.css index 4d757722c..25c29fbfa 100644 --- a/modules/comment/comment.css +++ b/modules/comment/comment.css @@ -1,3 +1,5 @@ +/* $Id$ */ + .indented { margin-left: 25px; } diff --git a/modules/system/system.js b/modules/system/system.js index a44d3ef2a..62bb4b862 100644 --- a/modules/system/system.js +++ b/modules/system/system.js @@ -1,3 +1,5 @@ +// $Id$ + /** * Internal function to check using Ajax if clean URLs can be enabled on the * settings page. diff --git a/themes/garland/fix-ie.css b/themes/garland/fix-ie.css index 66fc7a15a..beae9021c 100644 --- a/themes/garland/fix-ie.css +++ b/themes/garland/fix-ie.css @@ -1,8 +1,9 @@ +/* $Id$ */ + /** * Themetastic, for Drupal 5.0 * Stefan Nagtegaal, iStyledThis [dot] nl * Steven Wittens, acko [dot] net - * */ body { diff --git a/themes/garland/minnelli/style.css b/themes/garland/minnelli/style.css index 92dfb8bf1..097e28888 100644 --- a/themes/garland/minnelli/style.css +++ b/themes/garland/minnelli/style.css @@ -1,3 +1,5 @@ +/* $Id$ */ + /** * Minnelli, for Drupal 5.0 * Stefan Nagtegaal, iStyledThis [dot] nl diff --git a/themes/garland/print.css b/themes/garland/print.css index b943593d7..6bec7c5dd 100644 --- a/themes/garland/print.css +++ b/themes/garland/print.css @@ -1,3 +1,5 @@ +/* $Id$ */ + /** * Themetastic, for Drupal 5.0 * Stefan Nagtegaal, iStyledThis [dot] nl diff --git a/themes/garland/style.css b/themes/garland/style.css index 508f2bf2f..3ce468cc4 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -1,3 +1,5 @@ +/* $Id$ */ + /** * Garland, for Drupal 5.0 * Stefan Nagtegaal, iStyledThis [dot] nl diff --git a/themes/garland/template.php b/themes/garland/template.php index ea73fdc66..b1b8edee7 100644 --- a/themes/garland/template.php +++ b/themes/garland/template.php @@ -1,5 +1,5 @@