Changeset 3353
- Timestamp:
- 06/14/2016 10:06:13 AM (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.css
r3347 r3353 1419 1419 # Clearings 1420 1420 --------------------------------------------------------------*/ 1421 .clear:before, .plugin-upload-form .category-checklist:before, . single .type-plugin:before, .single .type-plugin .plugin-header:before,1421 .clear:before, .plugin-upload-form .category-checklist:before, .plugin-meta:before, .single .type-plugin:before, .single .type-plugin .plugin-header:before, 1422 1422 .clear:after, 1423 1423 .plugin-upload-form .category-checklist:after, 1424 .plugin-meta:after, 1424 1425 .single .type-plugin:after, 1425 1426 .single .type-plugin .plugin-header:after, … … 1439 1440 } 1440 1441 1441 .clear:after, .plugin-upload-form .category-checklist:after, . single .type-plugin:after, .single .type-plugin .plugin-header:after,1442 .clear:after, .plugin-upload-form .category-checklist:after, .plugin-meta:after, .single .type-plugin:after, .single .type-plugin .plugin-header:after, 1442 1443 .entry-content:after, 1443 1444 .comment-content:after, … … 1558 1559 } 1559 1560 1560 .plugin-meta ulli {1561 .plugin-meta li { 1561 1562 border-top: 1px solid #eee; 1562 1563 padding: 0.5rem 0; 1563 1564 } 1564 1565 1565 .plugin-meta ul.tags {1566 .plugin-meta .tags { 1566 1567 float: right; 1567 1568 text-align: right; 1568 width: 70%;1569 } 1570 1571 .plugin-meta ul[rel="tag"] {1569 width: 60%; 1570 } 1571 1572 .plugin-meta [rel="tag"] { 1572 1573 background: #eee; 1573 1574 border-radius: 2px; … … 1583 1584 } 1584 1585 1585 .plugin-meta ul[rel="tag"]:hover {1586 .plugin-meta [rel="tag"]:hover { 1586 1587 background: #f3f3f3; 1587 1588 } 1588 1589 1589 .plugin-meta ul[rel="tag"]:active {1590 .plugin-meta [rel="tag"]:active { 1590 1591 background: #dfdfdf; 1591 1592 } … … 1607 1608 #wporg-header form input { 1608 1609 box-sizing: content-box; 1610 padding: 3px; 1609 1611 } 1610 1612 … … 1716 1718 border-radius: 0 2px 2px 0; 1717 1719 display: none; 1718 height: 3 2px;1720 height: 31px; 1719 1721 margin-left: -6px; 1720 1722 vertical-align: bottom; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
r3346 r3353 12 12 form input { 13 13 box-sizing: content-box; 14 padding: 3px; 14 15 } 15 16 … … 117 118 border-radius: 0 2px 2px 0; 118 119 display: none; 119 height: 3 2px;120 height: 31px; 120 121 margin-left: -6px; 121 122 vertical-align: bottom; -
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.