View Single Post
Old 12-21-2010, 03:10 PM   #1
ldolse
Wizard
ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.
 
Posts: 1,337
Karma: 123455
Join Date: Apr 2009
Location: Malaysia
Device: PRS-650, iPhone
css pseudo elements and adjacent combinators in extra css?

Does extra_css support pseudo elements, adjacent combinators, etc, or is it supposed to? I did some testing of things like this:
Code:
blockquote p {font-size: 85%; margin-top: 0em; margin-bottom: 0em}
p.initial {text-indent: 0;}
p.initial + p {clear: left;}
blockquote + blockquote {padding 5em}
'blockquote p' is applied - I don't know if this is technically considered an adjacent combinator or not - I think not.

'p.initial + p's clear left does not appear in the final css, and neither are the settings for 'blockquote + blockquote'. I've tried the nested blockquotes without the plus sign '+', but no luck there either.

Not sure if I'm dealing with a bug, a feature request, or if I'm just doing something wrong.
ldolse is offline   Reply With Quote