From bb1f45eb02bac603d67ac08cb674c4050a245c28 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sat, 30 Oct 2010 22:23:45 +0000 Subject: Refs #2598: Converted most $vars['url'] to elgg_get_site_url() git-svn-id: http://code.elgg.org/elgg/trunk@7149 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/twitter/views/default/twitter/css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/twitter') diff --git a/mod/twitter/views/default/twitter/css.php b/mod/twitter/views/default/twitter/css.php index 5dd57ce65..1a0b21394 100644 --- a/mod/twitter/views/default/twitter/css.php +++ b/mod/twitter/views/default/twitter/css.php @@ -14,7 +14,7 @@ padding:0; } #twitter_widget li { - background: url(mod/twitter/graphics/thewire_speech_bubble.gif) no-repeat right bottom; + background: url(mod/twitter/graphics/thewire_speech_bubble.gif) no-repeat right bottom; list-style-image:none; list-style-position:outside; list-style-type:none; @@ -31,7 +31,7 @@ display:block; } p.visit_twitter a { - background:url(mod/twitter/graphics/twitter16px.png) left no-repeat; + background:url(mod/twitter/graphics/twitter16px.png) left no-repeat; padding:0 0 0 20px; margin:0; } -- cgit v1.2.3