On Thu, Jan 13, 2011 at 1:04 AM, Rory Bernstein <r...@rorybernstein.com> wrote:
> Hello, I posted here before about a solution for outdenting the lines of a 
> paragraph (first line of text hangs our further to left than the rest of the 
> lines) and got a great solution. But, it turns out that given how my content 
> is coming in from the CMS, I cannot mark up the text in the way that I'd need 
> (can't wrap each item in a <p> tag the way I would need to.
>

Did you try this:
#container:first-line
{
text-indent:-4em;
}

~Chetan
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to