From ce7239167c8b546e4a5d52aac48b0f70fe43f473 Mon Sep 17 00:00:00 2001 From: Gavrisimo Date: Sun, 10 Jul 2011 00:08:42 +0200 Subject: [PATCH] fixed formating in tweet/jquery.tweet.css, removed unnecessary selectors, fixed border-radius property, replaced some selectors with shorthand versions --- tweet/jquery.tweet.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tweet/jquery.tweet.css b/tweet/jquery.tweet.css index b81cd83..cbf4faa 100644 --- a/tweet/jquery.tweet.css +++ b/tweet/jquery.tweet.css @@ -1,4 +1,5 @@ -.tweet, .query { +.tweet, +.query { font: 120% Georgia, serif; color: #085258; }