Changeset 3353 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/secondary/_widgets.scss
- Timestamp:
- 06/14/2016 10:06:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/secondary/_widgets.scss
r3337 r3353 92 92 } 93 93 94 .plugin-meta ul { 95 @include font-size( ms-unitless( ms(-2) ) ); 96 list-style-type: none; 97 margin: 0; 98 padding: 0; 94 .plugin-meta { 95 @extend .clear; 96 97 ul { 98 @include font-size( ms-unitless( ms( -2 ) ) ); 99 list-style-type: none; 100 margin: 0; 101 padding: 0; 102 } 99 103 100 104 li { … … 106 110 float: right; 107 111 text-align: right; 108 width: 70%;112 width: 60%; 109 113 } 110 114
Note: See TracChangeset
for help on using the changeset viewer.