Making WordPress.org

Changeset 485


Ignore:
Timestamp:
04/01/2014 03:17:36 PM (11 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress.org: Use anchors for profile menu icons instead of the list items themselves.

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/functions.php

    r484 r485  
    3434
    3535    // Version of CSS
    36     $version = '20140401a';
     36    $version = '20140401b';
    3737
    3838    // Base theme styling
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css

    r484 r485  
    13931393}
    13941394
    1395 #activity-personal-li:before {
     1395#activity-personal-li a:before {
    13961396    content: '\f452';
    13971397}
    13981398
    1399 #xprofile-personal-li:before {
     1399#xprofile-personal-li a:before {
    14001400    content: '\f110';
    14011401}
    14021402
    1403 #blogs-personal-li:before {
     1403#blogs-personal-li a:before {
    14041404    content: '\f325';
    14051405}
    14061406
    1407 #blogs-personal-li:before {
     1407#blogs-personal-li a:before {
    14081408    content: '\f325';
    14091409}
    14101410
    1411 #notifications-personal-li:before {
     1411#notifications-personal-li a:before {
    14121412    content: '\f339';
    14131413}
    14141414
    1415 #forums-personal-li:before {
     1415#forums-personal-li a:before {
    14161416    content: '\f451';
    14171417}
    14181418
    1419 #forums-personal-li:before {
     1419#forums-personal-li a:before {
    14201420    content: '\f111';
    14211421}
Note: See TracChangeset for help on using the changeset viewer.