Ticket #2570: 2570.patch
File 2570.patch, 4.4 KB (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
31 31 'forum-wp4-style', 32 32 get_template_directory_uri() . '/style.css', 33 33 array( 'bb-base' ), 34 '20170308 '34 '20170308a' 35 35 ); 36 36 37 37 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
3 3 /* Many of these override the styles from the plugin */ 4 4 5 5 section { 6 padding: 4rem 0;6 padding: 2rem 0; 7 7 } 8 8 9 9 #bbpress-forums { … … 59 59 } 60 60 61 61 @media (min-width: $ms-breakpoint) { 62 height: 200px;63 62 border-bottom: none; 64 63 margin: 2rem 5% 0 0; 65 64 … … 630 629 } 631 630 632 631 .themes-plugins { 633 margin: 0 0 4rem;632 margin: 0 0 2rem; 634 633 border-bottom: 1px solid #eee; 635 634 636 635 p { … … 650 649 651 650 @media (min-width: $ms-breakpoint) { 652 651 width: 65%; 653 margin: 3rem 0 4rem;652 margin: 2rem 0; 654 653 border-bottom: none; 655 654 656 655 p { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/typography/_headings.scss
7 7 // Override wp4.css. 8 8 font-family: inherit; 9 9 line-height: $font__line-height-body; 10 margin: 2rem 0 1rem;11 10 } 12 11 13 12 h1 { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css
530 530 clear: both; 531 531 font-family: inherit; 532 532 line-height: 1.5; 533 margin: 2rem 0 1rem;534 533 } 535 534 536 535 h1 { … … 2494 2493 /* bbPress specific styles */ 2495 2494 /* Many of these override the styles from the plugin */ 2496 2495 section { 2497 padding: 4rem 0;2496 padding: 2rem 0; 2498 2497 } 2499 2498 2500 2499 #bbpress-forums { … … 2546 2545 2547 2546 @media (min-width: 48em) { 2548 2547 .three-up.bbp-forums > div { 2549 height: 200px;2550 2548 border-bottom: none; 2551 2549 margin: 2rem 0 0 5%; 2552 2550 } … … 3086 3084 } 3087 3085 3088 3086 .home.wporg-support .themes-plugins { 3089 margin: 0 0 4rem;3087 margin: 0 0 2rem; 3090 3088 border-bottom: 1px solid #eee; 3091 3089 } 3092 3090 … … 3108 3106 @media (min-width: 48em) { 3109 3107 .home.wporg-support .themes-plugins { 3110 3108 width: 65%; 3111 margin: 3rem 0 4rem;3109 margin: 2rem 0; 3112 3110 border-bottom: none; 3113 3111 } 3114 3112 .home.wporg-support .themes-plugins p { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
530 530 clear: both; 531 531 font-family: inherit; 532 532 line-height: 1.5; 533 margin: 2rem 0 1rem;534 533 } 535 534 536 535 h1 { … … 2496 2495 /* bbPress specific styles */ 2497 2496 /* Many of these override the styles from the plugin */ 2498 2497 section { 2499 padding: 4rem 0;2498 padding: 2rem 0; 2500 2499 } 2501 2500 2502 2501 #bbpress-forums { … … 2548 2547 2549 2548 @media (min-width: 48em) { 2550 2549 .three-up.bbp-forums > div { 2551 height: 200px;2552 2550 border-bottom: none; 2553 2551 margin: 2rem 5% 0 0; 2554 2552 } … … 3088 3086 } 3089 3087 3090 3088 .home.wporg-support .themes-plugins { 3091 margin: 0 0 4rem;3089 margin: 0 0 2rem; 3092 3090 border-bottom: 1px solid #eee; 3093 3091 } 3094 3092 … … 3110 3108 @media (min-width: 48em) { 3111 3109 .home.wporg-support .themes-plugins { 3112 3110 width: 65%; 3113 margin: 3rem 0 4rem;3111 margin: 2rem 0; 3114 3112 border-bottom: none; 3115 3113 } 3116 3114 .home.wporg-support .themes-plugins p {