diff options
author | The Great Git Migration <tggm@no-reply.drupal.org> | 2011-02-25 02:06:03 +0000 |
---|---|---|
committer | Drupal Git User (LDAP) <drupal-git@util.drupal.org> | 2011-02-25 02:06:03 +0000 |
commit | 79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035 (patch) | |
tree | 8d803b9ea3d7926d4407b11c5fbaf13d914d9b84 /modules/toolbar | |
parent | 80aacdb000b36bf87185eda0de960086f31ae2fe (diff) | |
download | brdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.gz brdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.bz2 |
Stripping CVS keywords
Diffstat (limited to 'modules/toolbar')
-rw-r--r-- | modules/toolbar/toolbar-rtl.css | 1 | ||||
-rw-r--r-- | modules/toolbar/toolbar.css | 1 | ||||
-rw-r--r-- | modules/toolbar/toolbar.info | 1 | ||||
-rw-r--r-- | modules/toolbar/toolbar.js | 1 | ||||
-rw-r--r-- | modules/toolbar/toolbar.module | 1 | ||||
-rw-r--r-- | modules/toolbar/toolbar.tpl.php | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/modules/toolbar/toolbar-rtl.css b/modules/toolbar/toolbar-rtl.css index 1c6ebaa91..acbc98f82 100644 --- a/modules/toolbar/toolbar-rtl.css +++ b/modules/toolbar/toolbar-rtl.css @@ -1,4 +1,3 @@ -/* $Id$ */ #toolbar, #toolbar * { diff --git a/modules/toolbar/toolbar.css b/modules/toolbar/toolbar.css index ef081969b..cbf3c14c8 100644 --- a/modules/toolbar/toolbar.css +++ b/modules/toolbar/toolbar.css @@ -1,4 +1,3 @@ -/* $Id$ */ body.toolbar { padding-top: 2.2em; diff --git a/modules/toolbar/toolbar.info b/modules/toolbar/toolbar.info index 317827923..2c5abbb2e 100644 --- a/modules/toolbar/toolbar.info +++ b/modules/toolbar/toolbar.info @@ -1,4 +1,3 @@ -; $Id$ name = Toolbar description = Provides a toolbar that shows the top-level administration menu items and links from other modules. core = 7.x diff --git a/modules/toolbar/toolbar.js b/modules/toolbar/toolbar.js index 3dd215e1e..5b61634bb 100644 --- a/modules/toolbar/toolbar.js +++ b/modules/toolbar/toolbar.js @@ -1,4 +1,3 @@ -// $Id$ (function ($) { Drupal.toolbar = Drupal.toolbar || {}; diff --git a/modules/toolbar/toolbar.module b/modules/toolbar/toolbar.module index a05bbe2f3..397639e58 100644 --- a/modules/toolbar/toolbar.module +++ b/modules/toolbar/toolbar.module @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/modules/toolbar/toolbar.tpl.php b/modules/toolbar/toolbar.tpl.php index d38aae696..1df0cf03b 100644 --- a/modules/toolbar/toolbar.tpl.php +++ b/modules/toolbar/toolbar.tpl.php @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file |