diff options
Diffstat (limited to 'modules')
-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 |
4 files changed, 8 insertions, 0 deletions
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. |