diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-06-23 06:37:24 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-06-23 06:37:24 -0400 |
commit | cc44695b9cff1caeb54934cb9d695750e208d44b (patch) | |
tree | 32e7fc662df049a379f40a737389a1e4806bceab /mod | |
parent | 17d053eb735d7e3830704db644301db2d8c91d1c (diff) | |
download | elgg-cc44695b9cff1caeb54934cb9d695750e208d44b.tar.gz elgg-cc44695b9cff1caeb54934cb9d695750e208d44b.tar.bz2 |
Fixes #3603 fixes display of @username in twitter widget - thanks to ManUtopiK
Diffstat (limited to 'mod')
-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 cb58e8fb1..eb0cda98a 100644 --- a/mod/twitter/views/default/twitter/css.php +++ b/mod/twitter/views/default/twitter/css.php @@ -54,7 +54,7 @@ p.twitter_username .input-text { padding:2px; margin:0 0 5px 0; } -#twitter_widget li a { +#twitter_widget li > a { display:block; margin:0 0 0 4px; } |