Ticket #2557: 2557.patch
File 2557.patch, 2.4 KB (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
846 846 .topic-info li.topic-forum:before { 847 847 content: '\f230'; 848 848 } 849 850 .topic-info .topic-freshness-time::before, 851 .forum-info .forum-freshness-time::before { 852 height: 30px; 853 } 854 855 .topic-info .topic-freshness-time a, 856 .forum-info .forum-freshness-time a { 857 display: inline-block; 858 } 859 849 860 } 850 861 851 862 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css
3329 3329 content: '\f230'; 3330 3330 } 3331 3331 3332 .sidebar .topic-info .topic-freshness-time::before, 3333 .sidebar .forum-info .forum-freshness-time::before { 3334 height: 30px; 3335 } 3336 3337 .sidebar .topic-info .topic-freshness-time a, 3338 .sidebar .forum-info .forum-freshness-time a { 3339 display: inline-block; 3340 } 3341 3332 3342 /*-------------------------------------------------------------- 3333 3343 # Plugin / Theme specific support pages 3334 3344 --------------------------------------------------------------*/ -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
3331 3331 content: '\f230'; 3332 3332 } 3333 3333 3334 .sidebar .topic-info .topic-freshness-time::before, 3335 .sidebar .forum-info .forum-freshness-time::before { 3336 height: 30px; 3337 } 3338 3339 .sidebar .topic-info .topic-freshness-time a, 3340 .sidebar .forum-info .forum-freshness-time a { 3341 display: inline-block; 3342 } 3343 3334 3344 /*-------------------------------------------------------------- 3335 3345 # Plugin / Theme specific support pages 3336 3346 --------------------------------------------------------------*/