From 66dc2c3d4bce580683f6f91b6aa4520c170bb700 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 28 Jan 2011 07:45:28 +0000 Subject: #1029358 by benjifisher: Fixed blockquote messes up ol lists in Bartik. --- themes/bartik/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 0723d0703..5020846e3 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -159,7 +159,7 @@ blockquote:after { line-height: 0.1em; vertical-align: -.45em; } -blockquote :first-child { +blockquote > p:first-child { display: inline; } a.feed-icon { -- cgit v1.2.3