From 4b599721e8c0177cc2fd5f6b2923f71bee8d092d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergiusz=20=27q3k=27=20Baza=C5=84ski?= Date: Wed, 18 Apr 2012 15:20:34 +0200 Subject: [PATCH] Tweets look better left-aligned. --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 894173c..230defd 100644 --- a/css/style.css +++ b/css/style.css @@ -264,3 +264,7 @@ div .twtr-hd { div .twtr-ft { display: none; } + +div .twtr-widget p { + text-align: left !important; +}