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

2 messages Options
Embed this post
Permalink
dvieb () [Plone-UI] can't underline portal-siteactions text
Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)

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

 

Winn King () Re: can't underline portal-siteactions text
Reply Threaded More More options
Print post
Permalink
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


_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui