From 159dbcb44b189a50117bd602e0d6848d03d8aa4c Mon Sep 17 00:00:00 2001 From: Baron Schwartz Date: Sun, 10 Feb 2019 14:52:41 -0500 Subject: remove some unused tweetquote styles --- static/js/story.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/story.js b/static/js/story.js index 13582fc..b0ebc81 100644 --- a/static/js/story.js +++ b/static/js/story.js @@ -44,8 +44,8 @@ $( function() { if ( $( "body.feature-tweetquote:not(.feature-notweetquote)" ).length ) { $("blockquote p:first-child a[href*='twitter.com']").each(function(i, e){ $(this.parentElement.parentElement).addClass("tweet sans-serif mw6"); - $(this).addClass("no-underline link dim b dib v-top"); - $(this).prepend(''); + $(this).addClass("no-underline link dim b"); + $(this).prepend(''); var m = $(this).attr('href').match(/twitter.com\/([^\/]*)\//); if (m.length > 1) { $(this).append('
@' + m[1] + ''); -- cgit v1.2.3