Changeset 49818
- Timestamp:
- 12/17/2020 12:55:52 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
r49728 r49818 250 250 251 251 /** 252 * Re psonsive Styles252 * Responsive Styles 253 253 */ 254 254 -
branches/5.6/src/wp-content/themes/twentytwentyone/assets/css/ie.css
r49817 r49818 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 … … 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. … … 722 722 723 723 /** 724 * Re psonsive Styles724 * Responsive Styles 725 725 */ 726 726 … … 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 */ … … 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 > * { -
branches/5.6/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
r49728 r49818 250 250 251 251 /** 252 * Re psonsive Styles252 * Responsive Styles 253 253 */ 254 254 -
branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss
r49574 r49818 1 1 /** 2 * Re psonsive Styles2 * Responsive Styles 3 3 */ 4 4 -
branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss
r49574 r49818 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 */ … … 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 > * { -
branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/style.scss
r49817 r49818 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 … … 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. -
branches/5.6/src/wp-content/themes/twentytwentyone/single.php
r49574 r49818 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 -
branches/5.6/src/wp-content/themes/twentytwentyone/style-rtl.css
r49817 r49818 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 … … 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. … … 722 722 723 723 /** 724 * Re psonsive Styles724 * Responsive Styles 725 725 */ 726 726 … … 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 */ … … 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 > * { -
branches/5.6/src/wp-content/themes/twentytwentyone/style.css
r49817 r49818 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 … … 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. … … 722 722 723 723 /** 724 * Re psonsive Styles724 * Responsive Styles 725 725 */ 726 726 … … 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 */ … … 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 > * {
Note: See TracChangeset
for help on using the changeset viewer.