Changeset 3471
- Timestamp:
- 06/19/2016 12:37:55 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
r3463 r3471 2081 2081 } 2082 2082 2083 .rtl .dashicons-star-half:before { 2084 -webkit-transform: rotateY(180deg); 2085 -ms-transform: rotateY(180deg); 2086 transform: rotateY(180deg); 2087 } 2088 2083 2089 .single .type-plugin .plugin-notice { 2084 2090 margin-top: 0; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3463 r3471 2081 2081 } 2082 2082 2083 .rtl .dashicons-star-half:before { 2084 -webkit-transform: rotateY(180deg); 2085 -ms-transform: rotateY(180deg); 2086 transform: rotateY(180deg); 2087 } 2088 2083 2089 .single .type-plugin .plugin-notice { 2084 2090 margin-top: 0; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-index.scss
r3398 r3471 76 76 } 77 77 } 78 79 // Flip the half star for rating. 80 .rtl .dashicons-star-half:before { 81 -webkit-transform: rotateY(180deg); 82 -ms-transform: rotateY(180deg); 83 transform: rotateY(180deg); 84 }
Note: See TracChangeset
for help on using the changeset viewer.