Ticket #52042: 52042.patch
File 52042.patch, 9.5 KB (added by , 4 years ago) |
---|
-
src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
249 249 } 250 250 251 251 /** 252 * Re psonsive Styles252 * Responsive Styles 253 253 */ 254 254 255 255 /** -
src/wp-content/themes/twentytwentyone/assets/css/ie.css
59 59 * Latest posts.........Specific styles for the latest posts block. 60 60 * Legacy...............Specific styles for the legacy gallery. 61 61 * List.................Specific styles for the list block. 62 * Med a text............Specific styles for the media and text block.62 * Media text...........Specific styles for the media and text block. 63 63 * Navigation...........Specific styles for the navigation block. 64 64 * Paragraph............Specific styles for the paragraph block. 65 65 * Pullquote............Specific styles for the pullquote block. … … 721 721 } 722 722 723 723 /** 724 * Re psonsive Styles724 * Responsive Styles 725 725 */ 726 726 727 727 /** … … 841 841 * 842 842 * - Set vertical margins and responsive widths on 843 843 * top-level wrappers and content wrappers 844 * - `--global--width-content` is a responsive v eriable844 * - `--global--width-content` is a responsive variable 845 845 * - See: globals/_global-width-responsive.scss 846 846 */ 847 847 … … 872 872 873 873 /** 874 874 * Site-main children wrappers 875 * - Add double vertical margins here for clearer h eirarchy875 * - Add double vertical margins here for clearer hierarchy 876 876 */ 877 877 .site-main > * { 878 878 margin-top: calc(3 * var(--global--spacing-vertical)); -
src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
249 249 } 250 250 251 251 /** 252 * Re psonsive Styles252 * Responsive Styles 253 253 */ 254 254 255 255 /** -
src/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss
1 1 /** 2 * Re psonsive Styles2 * Responsive Styles 3 3 */ 4 4 5 5 /** -
src/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss
3 3 * 4 4 * - Set vertical margins and responsive widths on 5 5 * top-level wrappers and content wrappers 6 * - `--global--width-content` is a responsive v eriable6 * - `--global--width-content` is a responsive variable 7 7 * - See: globals/_global-width-responsive.scss 8 8 */ 9 9 … … 32 32 33 33 /** 34 34 * Site-main children wrappers 35 * - Add double vertical margins here for clearer h eirarchy35 * - Add double vertical margins here for clearer hierarchy 36 36 */ 37 37 .site-main > * { 38 38 margin-top: calc(3 * var(--global--spacing-vertical)); -
src/wp-content/themes/twentytwentyone/assets/sass/style.scss
15 15 * Breakpoints..........Mixins and variables for responsive styles 16 16 * Vertical-margins.....Vertical spacing for the main components. 17 17 * Reset................Reset specific elements to make them easier to style in other contexts. 18 * Clearings............Clear nings for the main components.18 * Clearings............Clearings for the main components. 19 19 * 20 20 * ELEMENTS 21 21 * Blockquote...........Default blockquote. … … 40 40 * Latest posts.........Specific styles for the latest posts block. 41 41 * Legacy...............Specific styles for the legacy gallery. 42 42 * List.................Specific styles for the list block. 43 * Med a text............Specific styles for the media and text block.43 * Media text...........Specific styles for the media and text block. 44 44 * Navigation...........Specific styles for the navigation block. 45 45 * Paragraph............Specific styles for the paragraph block. 46 46 * Pullquote............Specific styles for the pullquote block. -
src/wp-content/themes/twentytwentyone/single.php
47 47 $twentytwentyone_post_type_name = $twentytwentyone_post_type->labels->singular_name; 48 48 } 49 49 50 /* translators: %s: The post-type sing lular name (example: Post, Page etc) */50 /* translators: %s: The post-type singular name (example: Post, Page etc) */ 51 51 $twentytwentyone_next_label = sprintf( esc_html__( 'Next %s', 'twentytwentyone' ), $twentytwentyone_post_type_name ); 52 /* translators: %s: The post-type sing lular name (example: Post, Page etc) */52 /* translators: %s: The post-type singular name (example: Post, Page etc) */ 53 53 $twentytwentyone_previous_label = sprintf( esc_html__( 'Previous %s', 'twentytwentyone' ), $twentytwentyone_post_type_name ); 54 54 55 55 the_post_navigation( -
src/wp-content/themes/twentytwentyone/style-rtl.css
34 34 * Breakpoints..........Mixins and variables for responsive styles 35 35 * Vertical-margins.....Vertical spacing for the main components. 36 36 * Reset................Reset specific elements to make them easier to style in other contexts. 37 * Clearings............Clear nings for the main components.37 * Clearings............Clearings for the main components. 38 38 * 39 39 * ELEMENTS 40 40 * Blockquote...........Default blockquote. … … 59 59 * Latest posts.........Specific styles for the latest posts block. 60 60 * Legacy...............Specific styles for the legacy gallery. 61 61 * List.................Specific styles for the list block. 62 * Med a text............Specific styles for the media and text block.62 * Media text............Specific styles for the media and text block. 63 63 * Navigation...........Specific styles for the navigation block. 64 64 * Paragraph............Specific styles for the paragraph block. 65 65 * Pullquote............Specific styles for the pullquote block. … … 721 721 } 722 722 723 723 /** 724 * Re psonsive Styles724 * Responsive Styles 725 725 */ 726 726 727 727 /** … … 833 833 * 834 834 * - Set vertical margins and responsive widths on 835 835 * top-level wrappers and content wrappers 836 * - `--global--width-content` is a responsive v eriable836 * - `--global--width-content` is a responsive variable 837 837 * - See: globals/_global-width-responsive.scss 838 838 */ 839 839 … … 864 864 865 865 /** 866 866 * Site-main children wrappers 867 * - Add double vertical margins here for clearer h eirarchy867 * - Add double vertical margins here for clearer hierarchy 868 868 */ 869 869 .site-main > * { 870 870 margin-top: calc(3 * var(--global--spacing-vertical)); -
src/wp-content/themes/twentytwentyone/style.css
34 34 * Breakpoints..........Mixins and variables for responsive styles 35 35 * Vertical-margins.....Vertical spacing for the main components. 36 36 * Reset................Reset specific elements to make them easier to style in other contexts. 37 * Clearings............Clear nings for the main components.37 * Clearings............Clearings for the main components. 38 38 * 39 39 * ELEMENTS 40 40 * Blockquote...........Default blockquote. … … 59 59 * Latest posts.........Specific styles for the latest posts block. 60 60 * Legacy...............Specific styles for the legacy gallery. 61 61 * List.................Specific styles for the list block. 62 * Med a text............Specific styles for the media and text block.62 * Media text...........Specific styles for the media and text block. 63 63 * Navigation...........Specific styles for the navigation block. 64 64 * Paragraph............Specific styles for the paragraph block. 65 65 * Pullquote............Specific styles for the pullquote block. … … 721 721 } 722 722 723 723 /** 724 * Re psonsive Styles724 * Responsive Styles 725 725 */ 726 726 727 727 /** … … 841 841 * 842 842 * - Set vertical margins and responsive widths on 843 843 * top-level wrappers and content wrappers 844 * - `--global--width-content` is a responsive v eriable844 * - `--global--width-content` is a responsive variable 845 845 * - See: globals/_global-width-responsive.scss 846 846 */ 847 847 … … 872 872 873 873 /** 874 874 * Site-main children wrappers 875 * - Add double vertical margins here for clearer h eirarchy875 * - Add double vertical margins here for clearer hierarchy 876 876 */ 877 877 .site-main > * { 878 878 margin-top: calc(3 * var(--global--spacing-vertical));