From 44de91a6096ff464ab476c62d2f61d1eb645736b Mon Sep 17 00:00:00 2001 From: mindfaucet Date: Tue, 17 Nov 2009 00:48:52 -0700 Subject: [PATCH] Independent cite styling within comic-author div. --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index e58287a..4f5b98c 100644 --- a/style.css +++ b/style.css @@ -636,6 +636,13 @@ h3, h3 a { display: inline; } + .comment-author cite { + padding: 0; + margin: 0; + font-size: 14px; + display: inline; + } + .comment-time { padding-left: 5px; }