sebb wrote:
> David Crossley wrote:
> >
> > Here is a solution which should meet the quest for "appealing"
> > and also meet the quest for "usability".
> >
> > This intends to use the same colour that "bootstrap" uses
> > for "a:hover".
> >
> > I presume that they have used a dull variant of the link colour.
> >
> > If anyone can work out the exact colour by looking at
> > the "bootstrap*.css" then thanks. I tried.
> >
> > -David
> >
> > Index: site-author/style/style.css
> > ===================================================================
> > --- site-author/style/style.css (revision 1182649)
> > +++ site-author/style/style.css (working copy)
> > @@ -123,3 +123,7 @@
> >  text-decoration: none;
> >  color: black;
> >  }
> > +
> > +a:visited {
> > +  color: #00438A;
> > +}
> 
> I've created "crossley" with this patch applied to the "current" css settings

Thanks.

However, this is intended to be applied to the default "bootstrap"
(see comments above). So we have its new blue link and a dull
variant for visited.

However, please move the "a:visited" up above the changes
that i made in r1182712:
http://svn.apache.org/viewvc?rev=1182712&view=rev

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to