Changeset 3472
- Timestamp:
- 06/19/2016 12:44:11 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
r3471 r3472 2081 2081 } 2082 2082 2083 .rtl .dashicons-star-half :before{2083 .rtl .dashicons-star-half { 2084 2084 -webkit-transform: rotateY(180deg); 2085 2085 -ms-transform: rotateY(180deg); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3471 r3472 2081 2081 } 2082 2082 2083 .rtl .dashicons-star-half :before{2083 .rtl .dashicons-star-half { 2084 2084 -webkit-transform: rotateY(180deg); 2085 2085 -ms-transform: rotateY(180deg); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-index.scss
r3471 r3472 78 78 79 79 // Flip the half star for rating. 80 .rtl .dashicons-star-half :before{80 .rtl .dashicons-star-half { 81 81 -webkit-transform: rotateY(180deg); 82 82 -ms-transform: rotateY(180deg);
Note: See TracChangeset
for help on using the changeset viewer.