diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-28 07:45:28 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-28 07:45:28 +0000 |
commit | 66dc2c3d4bce580683f6f91b6aa4520c170bb700 (patch) | |
tree | 0445055e4aa68e6b4d9e49e8f036eacde2a3e39a /themes | |
parent | 1a7a0810dd712d012719fe888017ff452430ff5b (diff) | |
download | brdo-66dc2c3d4bce580683f6f91b6aa4520c170bb700.tar.gz brdo-66dc2c3d4bce580683f6f91b6aa4520c170bb700.tar.bz2 |
#1029358 by benjifisher: Fixed blockquote messes up ol lists in Bartik.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bartik/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |