Changeset 8614


Ignore:
Timestamp:
2004-11-22T14:59:30+13:00 (19 years ago)
Author:
kjdon
Message:

made the general a styles only apply to a elements with a href attribute. cos in some html docs, have <a name='xxx'> with no close tag - so the style ends up affecting all text after this point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/default/style/core.css

    r8557 r8614  
    5656}
    5757
    58 a {
     58a[href] {
    5959    color: #006666;
    6060}
    6161
    62 a:visited {
     62a[href]:visited {
    6363    color: #666633
    6464}
    6565
    66 a:hover {
     66a[href]:hover {
    6767    color: #cc9900 /* bright yellow */
    6868}
Note: See TracChangeset for help on using the changeset viewer.