Making WordPress.org

Ticket #2542: meta-2542.underline.patch

File meta-2542.underline.patch, 2.0 KB (added by SergeyBiryukov, 8 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss

     
    699699                                        font-weight: inherit;
    700700                                }
    701701                        }
     702
     703                        div.bbp-reply-content a,
     704                        div.bbp-topic-content a {
     705                                text-decoration: underline;
     706                        }
     707
    702708                        div.bbp-reply-content {
    703709                                margin-left: 11%;
    704710                        }
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css

     
    31803180        font-weight: inherit;
    31813181}
    31823182
     3183.single-topic .entry-content #bbpress-forums div.bbp-reply-content a,
     3184.single-topic .entry-content #bbpress-forums div.bbp-topic-content a {
     3185        text-decoration: underline;
     3186}
     3187
    31833188.single-topic .entry-content #bbpress-forums div.bbp-reply-content {
    31843189        margin-right: 11%;
    31853190}
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css

     
    31823182        font-weight: inherit;
    31833183}
    31843184
     3185.single-topic .entry-content #bbpress-forums div.bbp-reply-content a,
     3186.single-topic .entry-content #bbpress-forums div.bbp-topic-content a {
     3187        text-decoration: underline;
     3188}
     3189
    31853190.single-topic .entry-content #bbpress-forums div.bbp-reply-content {
    31863191        margin-left: 11%;
    31873192}