Making WordPress.org

Changeset 75


Ignore:
Timestamp:
08/26/2013 09:23:11 PM (11 years ago)
Author:
Otto42
Message:

Fixes to footer colors. props iandunn. see #31

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/wp4.css

    r67 r75  
    3636pre a { font-weight: normal; }
    3737
    38 a { color: #21759b; text-decoration: none; font-weight: normal; }
    39 
    40 a:visited {color:#4ca6cf;}
     38a,
     39#wporg-footer ul li a {
     40    color: #21759b;
     41    text-decoration: none;
     42    font-weight: normal;
     43}
     44
     45a:visited,
     46#wporg-footer ul li a:visited {
     47    color: #4ca6cf;
     48}
    4149
    4250p a { border-bottom: 1px solid #dfdfdf; }
Note: See TracChangeset for help on using the changeset viewer.