Changeset 3394
- Timestamp:
- 06/17/2016 07:37:09 AM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 3 edited
-
css/style-rtl.css (modified) (1 diff)
-
css/style.css (modified) (1 diff)
-
sass/site/primary/_plugin-index.scss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r3393 r3394 1891 1891 } 1892 1892 1893 .home .type-plugin .entry-title a, .home .single .type-plugin .entry-title .entry-content .section-toggle, .single .home .type-plugin .entry-title .entry-content .section-toggle, .home .single .type-plugin .entry-content .entry-title .section-toggle, .single .home .type-plugin .entry-content .entry-title .section-toggle, 1894 .search .type-plugin .entry-title a, 1895 .search .single .type-plugin .entry-title .entry-content .section-toggle, .single 1896 .search .type-plugin .entry-title .entry-content .section-toggle, 1897 .search .single .type-plugin .entry-content .entry-title .section-toggle, .single 1898 .search .type-plugin .entry-content .entry-title .section-toggle, 1899 .archive .type-plugin .entry-title a, 1900 .archive .single .type-plugin .entry-title .entry-content .section-toggle, .single 1901 .archive .type-plugin .entry-title .entry-content .section-toggle, 1902 .archive .single .type-plugin .entry-content .entry-title .section-toggle, .single 1903 .archive .type-plugin .entry-content .entry-title .section-toggle { 1904 font-weight: 400; 1905 } 1906 1893 1907 .home .type-plugin .plugin-rating, 1894 1908 .search .type-plugin .plugin-rating, -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3393 r3394 1891 1891 } 1892 1892 1893 .home .type-plugin .entry-title a, .home .single .type-plugin .entry-title .entry-content .section-toggle, .single .home .type-plugin .entry-title .entry-content .section-toggle, .home .single .type-plugin .entry-content .entry-title .section-toggle, .single .home .type-plugin .entry-content .entry-title .section-toggle, 1894 .search .type-plugin .entry-title a, 1895 .search .single .type-plugin .entry-title .entry-content .section-toggle, .single 1896 .search .type-plugin .entry-title .entry-content .section-toggle, 1897 .search .single .type-plugin .entry-content .entry-title .section-toggle, .single 1898 .search .type-plugin .entry-content .entry-title .section-toggle, 1899 .archive .type-plugin .entry-title a, 1900 .archive .single .type-plugin .entry-title .entry-content .section-toggle, .single 1901 .archive .type-plugin .entry-title .entry-content .section-toggle, 1902 .archive .single .type-plugin .entry-content .entry-title .section-toggle, .single 1903 .archive .type-plugin .entry-content .entry-title .section-toggle { 1904 font-weight: 400; 1905 } 1906 1893 1907 .home .type-plugin .plugin-rating, 1894 1908 .search .type-plugin .plugin-rating, -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-index.scss
r3261 r3394 41 41 margin: 0 0 8px; 42 42 line-height: 1.3; 43 44 a { 45 font-weight: 400; 46 } 43 47 } 44 48
Note: See TracChangeset
for help on using the changeset viewer.