Changeset 5078 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
- Timestamp:
- 03/04/2017 01:47:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
r5077 r5078 283 283 ul.status-closed a { 284 284 color: inherit; 285 } 286 287 .bbp-topic-meta .bbp-topic-started-by, 288 .bbp-topic-meta .bbp-topic-freshness-author, 289 .bbp-topic-revision-log-item, 290 .bbp-reply-revision-log-item { 291 img.avatar { 292 display: none; // Hides the avatar from single forum view. 293 } 294 295 a ~ a { 296 margin-left: -3px; // Hides non-breaking space after the avatar. 297 } 285 298 } 286 299 … … 715 728 } 716 729 717 .bbp-topic-meta {718 .bbp-topic-started-by,719 .bbp-topic-freshness-author {720 img.avatar {721 display: none; // Hides the avatar from single forum view.722 }723 724 .bbp-author-avatar ~ .bbp-author-name {725 margin-left: -3px; // Hides non-breaking space after the avatar.726 }727 }728 }729 730 730 731 731
Note: See TracChangeset
for help on using the changeset viewer.