Making WordPress.org

Changeset 8839


Ignore:
Timestamp:
05/20/2019 03:23:08 PM (6 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress/bbPress: fix Trac header styling & links.

Updates bb-base theme header CSS to more strictly target header image and links.

Props imath. Fixes #4460.

Location:
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css

    r7147 r8839  
    77}
    88
    9 #header h1 a {
     9#header h1 a,
     10#header h1 :link,
     11#header h1 :link:hover {
    1012    width: 265px;
    1113    background: url('../buddypress-org/images/buddypress-logo.png') no-repeat 0 0;
     
    4749-------------------------------------------------------------- */
    4850
    49 #nav li a:hover {
     51#nav li a:hover,
     52#header #nav li :link:hover {
    5053    background-color: #cf4944;
    5154    color: rgba(255,255,255,0.9);
     
    98101@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    99102
    100     #header h1 a {
     103    #header h1 a,
     104    #header h1 :link {
    101105        background-image: url('../buddypress-org/images/buddypress-logo-2x.png');
    102106        background-size: 269px 65px;
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css

    r7721 r8839  
    354354    list-style: none;
    355355}
    356 #nav li a {
     356#nav li a,
     357#header #nav li :link {
    357358    text-decoration: none;
    358359    color: #fff;
Note: See TracChangeset for help on using the changeset viewer.