Skip to content

Commit

Permalink
Cleaning up the icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Hosmer committed Apr 10, 2012
1 parent d4bd64c commit 250663d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions atrium_wiki.css
@@ -0,0 +1 @@
#features-menu li a.icon-wiki span.icon { background:url(atrium_wiki.png) no-repeat; }
7 changes: 6 additions & 1 deletion atrium_wiki.module
Expand Up @@ -2,7 +2,12 @@

include_once('atrium_wiki.features.inc');


/**
* Implementation of hook_init().
*/
function atrium_wiki_init() {
drupal_add_css(drupal_get_path('module', 'atrium_wiki') .'/atrium_wiki.css');
}

/**
* Implementation of hook_help().
Expand Down
Binary file added atrium_wiki.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 250663d

Please sign in to comment.