diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-04-13 07:33:24 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-04-13 07:33:24 +0000 |
commit | 083a6a274dab71e4598bcdb55d7e6ae40a2e70ab (patch) | |
tree | 08d5ca2d5dfc04f3745550f0db489814a0e265e5 | |
parent | 2a10f18211a2767c8a0f4e8f2d61af32b31a381b (diff) | |
download | brdo-083a6a274dab71e4598bcdb55d7e6ae40a2e70ab.tar.gz brdo-083a6a274dab71e4598bcdb55d7e6ae40a2e70ab.tar.bz2 |
- Patch #134185 by Ralf Stamm: missing CVS IDs in files.
-rw-r--r-- | misc/farbtastic/farbtastic.css | 2 | ||||
-rw-r--r-- | modules/color/color.css | 2 | ||||
-rw-r--r-- | modules/color/color.js | 2 | ||||
-rw-r--r-- | modules/comment/comment.css | 2 | ||||
-rw-r--r-- | modules/system/system.js | 2 | ||||
-rw-r--r-- | themes/garland/fix-ie.css | 3 | ||||
-rw-r--r-- | themes/garland/minnelli/style.css | 2 | ||||
-rw-r--r-- | themes/garland/print.css | 2 | ||||
-rw-r--r-- | themes/garland/style.css | 2 | ||||
-rw-r--r-- | 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 @@ <?php -// $Id +// $Id$ /** * Sets the body-tag class attribute. |