Changeset 3548
- Timestamp:
- 06/22/2016 02:41:39 PM (9 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
r3545 r3548 1780 1780 1781 1781 .site-header .site-description { 1782 color: #fff;1782 color: rgba(255, 255, 255, 0.8); 1783 1783 font-size: 1.25rem; 1784 1784 font-weight: 300; … … 2164 2164 2165 2165 .single .type-plugin .plugin-header .plugin-favorite-heart { 2166 /* FIX ME */ 2166 2167 color: gray; 2167 2168 line-heght: 3em; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3545 r3548 1780 1780 1781 1781 .site-header .site-description { 1782 color: #fff;1782 color: rgba(255, 255, 255, 0.8); 1783 1783 font-size: 1.25rem; 1784 1784 font-weight: 300; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
r3539 r3548 106 106 107 107 .site-description { 108 color: #fff;108 color: rgba( 255, 255, 255, 0.8); 109 109 font-size: ms(2); 110 110 font-weight: 300;
Note: See TracChangeset
for help on using the changeset viewer.