--- On Mon, 3/21/11, Joergen W. Lang <[email protected]> wrote:

> Then you *could* use these rules to make you links behave
> as desired:
> 
> ul.nav {
>     margin:     auto; /*
> center list */
>     list-style: none; /* remove bullets */
>     width:      20em; /* give it
> an explicit width */
> }

Don't forget to remove padding from your list:

ul.nav { padding: 0; }


- Bobby
______________________________________________________________________
css-discuss [[email protected]]
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