Changeset 3403
- Timestamp:
- 06/17/2016 09:16:26 AM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r3402 r3403 2047 2047 } 2048 2048 2049 .single .type-plugin .entry-content .read-more h1:first-of-type, .single .type-plugin .entry-content .read-more h2:first-of-type, .single .type-plugin .entry-content .read-more h3:first-of-type { 2050 margin-top: 0; 2051 } 2052 2049 2053 .single .type-plugin .entry-content .read-more h4, .single .type-plugin .entry-content .read-more h5, .single .type-plugin .entry-content .read-more h6 { 2050 2054 font-size: 12.8px; … … 2053 2057 letter-spacing: 0.05rem; 2054 2058 text-transform: uppercase; 2059 } 2060 2061 .single .type-plugin .entry-content .read-more h4:first-of-type, .single .type-plugin .entry-content .read-more h5:first-of-type, .single .type-plugin .entry-content .read-more h6:first-of-type { 2062 margin-top: 0; 2055 2063 } 2056 2064 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3402 r3403 2047 2047 } 2048 2048 2049 .single .type-plugin .entry-content .read-more h1:first-of-type, .single .type-plugin .entry-content .read-more h2:first-of-type, .single .type-plugin .entry-content .read-more h3:first-of-type { 2050 margin-top: 0; 2051 } 2052 2049 2053 .single .type-plugin .entry-content .read-more h4, .single .type-plugin .entry-content .read-more h5, .single .type-plugin .entry-content .read-more h6 { 2050 2054 font-size: 12.8px; … … 2053 2057 letter-spacing: 0.05rem; 2054 2058 text-transform: uppercase; 2059 } 2060 2061 .single .type-plugin .entry-content .read-more h4:first-of-type, .single .type-plugin .entry-content .read-more h5:first-of-type, .single .type-plugin .entry-content .read-more h6:first-of-type { 2062 margin-top: 0; 2055 2063 } 2056 2064 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
r3402 r3403 84 84 letter-spacing: 0.01rem; 85 85 text-transform: uppercase; 86 87 &:first-of-type { 88 margin-top: 0; 89 } 86 90 } 87 91 … … 91 95 letter-spacing: 0.05rem; 92 96 text-transform: uppercase; 97 98 &:first-of-type { 99 margin-top: 0; 100 } 93 101 } 94 102
Note: See TracChangeset
for help on using the changeset viewer.