[Plone-UI] Re: can't underline portal-siteactions text

Winn King winn at totsie.com
Thu Feb 5 22:11:35 UTC 2009


On Thu, 05 Feb 2009 00:04:04 -0800, dvieb wrote:

> hi all, i'm trying to underline the text in the portal_actions, i have
> hidden the 3 default portal_actions that come with plone and added 3 new
> ones, i can see them and i want to underline the text, i tried putting
> the line "text-decoration: underline;" in #portal-siteactions
> <http://embed.mibbit.com/?server=irc.freenode.net&nick=Anonymous%20User&
> customprompt=Welcome%20to%20the%20plone.org%20support%20channel&channel=
> %23plone&settings=33d080072e551c04421ffb94b33452fa&noServerNotices=true&
> noServerMotd=true&forcePrompt=true>  li a at the public.css file at the
> portal_skins but when i look at the site there is no underline, what to
> do? tx in advance for the help

Try adding the "!important" declaration so:

#portal-siteactions li a {
    text-decoration: underline !important;
}

If that doesn't work you may have the same style in another stylesheet 
overriding the one in public.css.

Winn





More information about the UI mailing list