Skip to:
Content

bbPress.org

Changeset 6409


Ignore:
Timestamp:
05/17/2017 05:30:20 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Templates: remove box-shadow styling on avatars and links.

Improves styling with Twenty Seventeen theme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/css/bbpress.css

    r6408 r6409  
    99-------------------------------------------------------------- */
    1010
    11 .entry-content .bbpress-wrapper a {
     11.entry-content .bbpress-wrapper a,
     12.entry-content .bbpress-wrapper a:hover {
    1213    -webkit-box-shadow: none;
    1314    box-shadow: none;
     
    10511052-------------------------------------------------------------- */
    10521053
     1054#bbpress-forums img.avatar {
     1055    -webkit-box-shadow: none;
     1056    box-shadow: none;
     1057}
     1058
    10531059#bbpress-forums p.bbp-topic-meta img.avatar,
    10541060#bbpress-forums ul.bbp-reply-revision-log img.avatar,
Note: See TracChangeset for help on using the changeset viewer.