Hi,

On Thu, Dec 16, 2010 at 3:20 PM, Rory Bernstein <r...@rorybernstein.com>wrote:

> Is there a way to use CSS to "outdent" some text? I will have a list of
> items (vertical). Some items will be short enough to fit on 1 line. Some
> will wrap; to clarify that those wrapped items are 1 item and not 2 separate
> items, I want to "outdent" the first line, 2nd line would be indented.
>
>
I´m not sure if I understand what you try to do, but, did test this?

li {
margin-left: 2em;
text-indent: -2em;

}

HTH
-- 
Camilo Kawerín
kawerin.com.ar
______________________________________________________________________
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