diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-12 16:28:31 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-12 16:28:31 +0000 |
commit | 814ece73a196977d47c23cd02f543e6e2ab41a62 (patch) | |
tree | a590b528d716ef2d3b7ba77be60639bda0adf029 /mod/twitter/views | |
parent | d829e66a97fdb2965cf88662cd366a92ebe6a6e5 (diff) | |
download | elgg-814ece73a196977d47c23cd02f543e6e2ab41a62.tar.gz elgg-814ece73a196977d47c23cd02f543e6e2ab41a62.tar.bz2 |
Collected all core sprites into graphics and updated css accordingly. Removed unused core graphics. Moved plugin-specific graphics into respective plugins graphics directories.
git-svn-id: http://code.elgg.org/elgg/trunk@5700 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/twitter/views')
-rw-r--r-- | mod/twitter/views/default/twitter/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/twitter/views/default/twitter/css.php b/mod/twitter/views/default/twitter/css.php index 96b4d415f..1d9f03144 100644 --- a/mod/twitter/views/default/twitter/css.php +++ b/mod/twitter/views/default/twitter/css.php @@ -35,7 +35,7 @@ display:block; } p.visit_twitter a { - background:url(<?php echo $vars['url']; ?>mod/twitter/graphics/twitter.png) left no-repeat; + background:url(<?php echo $vars['url']; ?>mod/twitter/graphics/twitter16px.png) left no-repeat; padding:0 0 0 20px; margin:0; } |