Making WordPress.org

Ticket #2570: 2570.patch

File 2570.patch, 4.4 KB (added by SergeyBiryukov, 8 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php

     
    3131                'forum-wp4-style',
    3232                get_template_directory_uri() . '/style.css',
    3333                array( 'bb-base' ),
    34                 '20170308'
     34                '20170308a'
    3535        );
    3636
    3737        wp_style_add_data( 'forum-wp4-style', 'rtl', 'replace' );
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss

     
    33/* Many of these override the styles from the plugin */
    44
    55section {
    6         padding: 4rem 0;
     6        padding: 2rem 0;
    77}
    88
    99#bbpress-forums {
     
    5959                        }
    6060
    6161                        @media (min-width: $ms-breakpoint) {
    62                                 height: 200px;
    6362                                border-bottom: none;
    6463                                margin: 2rem 5% 0 0;
    6564
     
    630629        }
    631630
    632631        .themes-plugins {
    633                 margin: 0 0 4rem;
     632                margin: 0 0 2rem;
    634633                border-bottom: 1px solid #eee;
    635634
    636635                p {
     
    650649
    651650                @media (min-width: $ms-breakpoint) {
    652651                        width: 65%;
    653                         margin: 3rem 0 4rem;
     652                        margin: 2rem 0;
    654653                        border-bottom: none;
    655654
    656655                        p {
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/typography/_headings.scss

     
    77        // Override wp4.css.
    88        font-family: inherit;
    99        line-height: $font__line-height-body;
    10         margin: 2rem 0 1rem;
    1110}
    1211
    1312h1 {
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css

     
    530530        clear: both;
    531531        font-family: inherit;
    532532        line-height: 1.5;
    533         margin: 2rem 0 1rem;
    534533}
    535534
    536535h1 {
     
    24942493/* bbPress specific styles */
    24952494/* Many of these override the styles from the plugin */
    24962495section {
    2497         padding: 4rem 0;
     2496        padding: 2rem 0;
    24982497}
    24992498
    25002499#bbpress-forums {
     
    25462545
    25472546@media (min-width: 48em) {
    25482547        .three-up.bbp-forums > div {
    2549                 height: 200px;
    25502548                border-bottom: none;
    25512549                margin: 2rem 0 0 5%;
    25522550        }
     
    30863084}
    30873085
    30883086.home.wporg-support .themes-plugins {
    3089         margin: 0 0 4rem;
     3087        margin: 0 0 2rem;
    30903088        border-bottom: 1px solid #eee;
    30913089}
    30923090
     
    31083106@media (min-width: 48em) {
    31093107        .home.wporg-support .themes-plugins {
    31103108                width: 65%;
    3111                 margin: 3rem 0 4rem;
     3109                margin: 2rem 0;
    31123110                border-bottom: none;
    31133111        }
    31143112        .home.wporg-support .themes-plugins p {
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css

     
    530530        clear: both;
    531531        font-family: inherit;
    532532        line-height: 1.5;
    533         margin: 2rem 0 1rem;
    534533}
    535534
    536535h1 {
     
    24962495/* bbPress specific styles */
    24972496/* Many of these override the styles from the plugin */
    24982497section {
    2499         padding: 4rem 0;
     2498        padding: 2rem 0;
    25002499}
    25012500
    25022501#bbpress-forums {
     
    25482547
    25492548@media (min-width: 48em) {
    25502549        .three-up.bbp-forums > div {
    2551                 height: 200px;
    25522550                border-bottom: none;
    25532551                margin: 2rem 5% 0 0;
    25542552        }
     
    30883086}
    30893087
    30903088.home.wporg-support .themes-plugins {
    3091         margin: 0 0 4rem;
     3089        margin: 0 0 2rem;
    30923090        border-bottom: 1px solid #eee;
    30933091}
    30943092
     
    31103108@media (min-width: 48em) {
    31113109        .home.wporg-support .themes-plugins {
    31123110                width: 65%;
    3113                 margin: 3rem 0 4rem;
     3111                margin: 2rem 0;
    31143112                border-bottom: none;
    31153113        }
    31163114        .home.wporg-support .themes-plugins p {