Index: /websites/twicli/styles/default.css
===================================================================
--- /websites/twicli/styles/default.css (revision 39119)
+++ /websites/twicli/styles/default.css (revision 39140)
@@ -29,5 +29,5 @@
 .uicon { float: left; width: 32px; height: 32px; padding-right: 1px; }
 .uicon2 { max-width: 96px; max-height: 96px; }
-.rtuicon { width: 1em; height: 1em; padding: 0 1px; vertical-align: bottom; }
+.rtuicon { width: 16px; height: 16px; padding: 0 1px; vertical-align: bottom; }
 .fav { float: right; }
 .dir { color: #679; }
@@ -36,5 +36,5 @@
 .status a.resolved { background-color: #eef; }
 .status a.link:hover { background-color: #ff9; }
-.rtinfo { text-align: right; display: inline-block; }
+.rtinfo { text-align: right; display: inline-block; color: #999; font-size: x-small; }
 .utils { text-align: right; display: inline-block; }
 .userdesc > .fav { display: none; }
Index: /websites/twicli/twicli.js
===================================================================
--- /websites/twicli/twicli.js (revision 39134)
+++ /websites/twicli/twicli.js (revision 39140)
@@ -867,5 +867,5 @@
 		//Retweet情報
 		' <span id="rtinfo-'+eid+'" class="rtinfo">' +
-		(!display_as_rt && rt ? "<img src=\"images/rt.png\" alt=\"RT\">by <img src=\""+tw.user.profile_image_url+"\" alt=\""+tw.user.screen_name+"\" class=\"rtuicon\"><a href=\""+twitterURL+tw.user.screen_name+"\" onclick=\"switchUserTL(this.parentNode.parentNode, true);return false\">" + tw.user.screen_name + "</a> " + (parseInt(tw.retweet_count) > 1 ? '<small>& ' + (typeof(tw.retweet_count) == 'string' ? tw.retweet_count : tw.retweet_count-1) + '</small>' : '') :'') + '</span>' +
+		(!display_as_rt && rt ? "<img src=\"images/rt.png\" alt=\"RT\">by <img src=\""+tw.user.profile_image_url+"\" alt=\""+tw.user.screen_name+"\" class=\"rtuicon\"><a href=\""+twitterURL+tw.user.screen_name+"\" onclick=\"switchUserTL(this.parentNode.parentNode, true);return false\">" + tw.user.screen_name + "</a> " + (parseInt(tw.retweet_count) > 1 ? '& ' + (typeof(tw.retweet_count) == 'string' ? tw.retweet_count : tw.retweet_count-1) : '') : parseInt(tw.retweet_count) > 1 ? '<small>' + tw.retweet_count+'RT</small>' : '') + '</span>' +
 		//日付
 		' <span id="utils-'+eid+'" class="utils">' +
