Ticket #3997: 3997.diff
File 3997.diff, 974 bytes (added by , 6 years ago) |
---|
-
pub/wporg-support/sass/site/_bbpress.scss
547 547 &::before { 548 548 font: 400 16px/1 dashicons; 549 549 margin-right: 100px; 550 -webkit-font-smoothing: antialiased; 551 -moz-osx-font-smoothing: grayscale; 550 552 551 553 @media (min-width: 321px) { 552 554 font: 400 21px/1 dashicons; … … 565 567 .bbp-topic-reply-count { 566 568 567 569 &::before { 568 content: "\f125"; 570 content: "\f125";# 569 571 } 570 572 } 571 573 } -
.