Changeset 3828
- Timestamp:
- 08/18/2016 04:25:58 PM (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
r3825 r3828 2500 2500 } 2501 2501 2502 .single .type-plugin .entry-content .plugin-faqs dt: after{2502 .single .type-plugin .entry-content .plugin-faqs dt:before { 2503 2503 content: "\f347"; 2504 2504 float: left; … … 2508 2508 } 2509 2509 2510 .single .type-plugin .entry-content .plugin-faqs dt.open: after{2510 .single .type-plugin .entry-content .plugin-faqs dt.open:before { 2511 2511 content: "\f343"; 2512 2512 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3825 r3828 2500 2500 } 2501 2501 2502 .single .type-plugin .entry-content .plugin-faqs dt: after{2502 .single .type-plugin .entry-content .plugin-faqs dt:before { 2503 2503 content: "\f347"; 2504 2504 float: right; … … 2508 2508 } 2509 2509 2510 .single .type-plugin .entry-content .plugin-faqs dt.open: after{2510 .single .type-plugin .entry-content .plugin-faqs dt.open:before { 2511 2511 content: "\f343"; 2512 2512 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/plugin/section/_faq.scss
r3825 r3828 32 32 text-transform: uppercase; 33 33 34 &: after{34 &:before { 35 35 content: "\f347"; 36 36 float: right; … … 40 40 } 41 41 42 &.open: after{42 &.open:before { 43 43 content: "\f343"; 44 44 }
Note: See TracChangeset
for help on using the changeset viewer.