diff options
-rw-r--r-- | misc/admin.css | 2 | ||||
-rw-r--r-- | misc/drupal.css | 2 | ||||
-rw-r--r-- | misc/print.css | 4 | ||||
-rw-r--r-- | modules/bloggerapi.module | 1 | ||||
-rw-r--r-- | modules/throttle.module | 1 | ||||
-rw-r--r-- | modules/throttle/throttle.module | 1 | ||||
-rw-r--r-- | modules/title.module | 1 | ||||
-rw-r--r-- | themes/marvin/marvin.css | 2 | ||||
-rw-r--r-- | themes/unconed/unconed.css | 2 | ||||
-rw-r--r-- | themes/xtemplate/xtemplate.css | 2 | ||||
-rw-r--r-- | update.php | 1 |
11 files changed, 18 insertions, 1 deletions
diff --git a/misc/admin.css b/misc/admin.css index f9061906a..219c8e8c7 100644 --- a/misc/admin.css +++ b/misc/admin.css @@ -1,3 +1,5 @@ +/* $Id */ + body { font-size: 90%; margin: 0; diff --git a/misc/drupal.css b/misc/drupal.css index fa8fa72c5..894a762b6 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -1,3 +1,5 @@ +/* $Id */ + form { margin: 0; padding: 0; diff --git a/misc/print.css b/misc/print.css index 4b7d5bb1f..736030950 100644 --- a/misc/print.css +++ b/misc/print.css @@ -1,3 +1,5 @@ +/* $Id */ + body { margin: 1em; background-color: #fff; @@ -21,4 +23,4 @@ td { } #main { margin: 1em; -}
\ No newline at end of file +} diff --git a/modules/bloggerapi.module b/modules/bloggerapi.module index 72dc0d4f6..7c185e7f7 100644 --- a/modules/bloggerapi.module +++ b/modules/bloggerapi.module @@ -1,4 +1,5 @@ <?php +// $Id$ /* ** The Drupal Blogger API implementation. diff --git a/modules/throttle.module b/modules/throttle.module index e075fb5a9..23ab018b4 100644 --- a/modules/throttle.module +++ b/modules/throttle.module @@ -1,4 +1,5 @@ <?php +// $Id$ function throttle_system($field) { $system["description"] = throttle_help("admin/system/modules"); diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module index e075fb5a9..23ab018b4 100644 --- a/modules/throttle/throttle.module +++ b/modules/throttle/throttle.module @@ -1,4 +1,5 @@ <?php +// $Id$ function throttle_system($field) { $system["description"] = throttle_help("admin/system/modules"); diff --git a/modules/title.module b/modules/title.module index 92f4f9be8..8004c7017 100644 --- a/modules/title.module +++ b/modules/title.module @@ -1,4 +1,5 @@ <?php +// $Id$ function title_system($field){ $system["description"] = t("Enables users to link to stories, articles or similar content by title."); diff --git a/themes/marvin/marvin.css b/themes/marvin/marvin.css index 6bc0bb4d1..2671aee28 100644 --- a/themes/marvin/marvin.css +++ b/themes/marvin/marvin.css @@ -1,3 +1,5 @@ +/* $Id$ */ + body { margin: 10px; color: #000000; diff --git a/themes/unconed/unconed.css b/themes/unconed/unconed.css index c163255c4..e4e006f84 100644 --- a/themes/unconed/unconed.css +++ b/themes/unconed/unconed.css @@ -1,3 +1,5 @@ +/* $Id$ */ + body { margin: 10px; color: #000000; diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index 614d0aeb2..5d3c2cc9a 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -1,3 +1,5 @@ +/* $Id$ */ + body { margin: 0; padding: 0; diff --git a/update.php b/update.php index ffd78dabf..b9c07c33d 100644 --- a/update.php +++ b/update.php @@ -1,4 +1,5 @@ <?php +// $Id$ /* ** USAGE: ** |