From 244b23982824f7400aebda327dc6807262cf858f Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Fri, 8 Mar 2013 16:40:06 -0500 Subject: [PATCH] twitter: Specify a width for the Twitter avatars. This should make their size totally known to the DOM, which should prevent jumpiness when they load. (imported from commit 564d920014f5bc52c217adf54c2f5bab6ba625e0) --- zephyr/static/styles/zephyr.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 4300906919..917d83885d 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -1049,6 +1049,7 @@ table.floating_recipient { .twitter-avatar { float: left; + width: 48px; height: 48px; - padding-right: .75em; + margin-right: .75em; }