That did'nt seem to work. I tried it below the script tags in then
head in it's own <style> tag to no avail. I then tried it in the main
CSS file for the theme. again No-Go.

On Apr 10, 2:59 pm, Todd Parker <fg.t...@gmail.com> wrote:
> Hi Andy -
>
> In a new override CSS file that you include *after* the jQuery UI
> theme files in your head, add these styles:
>
> .ui-state-default a,
> .ui-state-default a:link,
> .ui-state-default a:visited {
>      text-align:center;
>
> }
>
> This is the level of specificity you need to override the default left
> alignment. You could also specify a width here too.
>
> Cheers,
> Todd
>
> On Apr 10, 11:48 am, AndyCramb <andycr...@googlemail.com> wrote:
>
> > I have tried centre aligning the tabs using
>
> > #wrapper #tabs ul{
> >     text-align: center;
>
> > }
>
> > This did not work
> > Has anyone managed to do this
> > Any help is much appreciated
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to