> 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.

On Jan 12, 2011, at 2:45 PM, Chetan Crasta wrote:
> Did you try this:
> #container:first-line
> {
> text-indent:-4em;
> }
> 
> ~Chetan


Hi Chetan, Hmmm. It is not working for me. Here's the page:
http://mcgivney.ehclients.com/people/

Here's my markup:
<div id="space_after_break">The Supreme Court of the United States of 
America<br />
New York State Appellate Court</div>
And my CSS:
#space_after_break:first-line {
text-indent:-4em;
}

What am I doing wrong? Thanks for your help,
Rory
______________________________________________________________________
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