Ticket #2542: meta-2542.underline.patch
File meta-2542.underline.patch, 2.0 KB (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
699 699 font-weight: inherit; 700 700 } 701 701 } 702 703 div.bbp-reply-content a, 704 div.bbp-topic-content a { 705 text-decoration: underline; 706 } 707 702 708 div.bbp-reply-content { 703 709 margin-left: 11%; 704 710 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css
3180 3180 font-weight: inherit; 3181 3181 } 3182 3182 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 3183 3188 .single-topic .entry-content #bbpress-forums div.bbp-reply-content { 3184 3189 margin-right: 11%; 3185 3190 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
3182 3182 font-weight: inherit; 3183 3183 } 3184 3184 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 3185 3190 .single-topic .entry-content #bbpress-forums div.bbp-reply-content { 3186 3191 margin-left: 11%; 3187 3192 }