diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-10 17:27:54 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-10 17:27:54 +0000 |
commit | ea1bd5606ce2da6075fc4344e30e81d074d4eb7c (patch) | |
tree | 8f7ec536b62aaed73f026bef53252a05be5474bf /modules/toolbar | |
parent | 5f40bd5becb4deb9663bdacae09b0847d569508a (diff) | |
download | brdo-ea1bd5606ce2da6075fc4344e30e81d074d4eb7c.tar.gz brdo-ea1bd5606ce2da6075fc4344e30e81d074d4eb7c.tar.bz2 |
#606526 by axyjo and scor: Remove trailing whitespace and add newlines at end of files. Sorry, folks! But it is after code freeze. :)
Diffstat (limited to 'modules/toolbar')
-rw-r--r-- | modules/toolbar/toolbar.css | 2 | ||||
-rw-r--r-- | modules/toolbar/toolbar.install | 2 | ||||
-rw-r--r-- | modules/toolbar/toolbar.module | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/modules/toolbar/toolbar.css b/modules/toolbar/toolbar.css index da69570b9..c20fcd545 100644 --- a/modules/toolbar/toolbar.css +++ b/modules/toolbar/toolbar.css @@ -41,7 +41,7 @@ div#toolbar { div#toolbar .collapsed { display: none; -} +} div#toolbar div.shadow { position: absolute; diff --git a/modules/toolbar/toolbar.install b/modules/toolbar/toolbar.install index d0de14381..3dcc4f5e7 100644 --- a/modules/toolbar/toolbar.install +++ b/modules/toolbar/toolbar.install @@ -10,7 +10,7 @@ * Implementation of hook_install(). * * @todo - * Implement role based shortcut bars. + * Implement role based shortcut bars. */ function toolbar_install() { $t = get_t(); diff --git a/modules/toolbar/toolbar.module b/modules/toolbar/toolbar.module index 55f89df12..0c050c8a1 100644 --- a/modules/toolbar/toolbar.module +++ b/modules/toolbar/toolbar.module @@ -32,7 +32,7 @@ function toolbar_theme($existing, $type, $theme, $path) { /** * Implement hook_page_build(). - * + * * Add admin toolbar to the page_top region automatically. */ function toolbar_page_build(&$page) { @@ -180,7 +180,7 @@ function toolbar_menu_navigation_links($tree) { /** * Checks whether an item is in the active trail. * - * Useful when using a menu generated by menu_tree_all_data() which does + * Useful when using a menu generated by menu_tree_all_data() which does * not set the 'in_active_trail' flag on items. * * @todo |