Ticket #17324: 17324.fixed-stuffbox-border-bg.diff
| File 17324.fixed-stuffbox-border-bg.diff, 509 bytes (added by , 15 years ago) |
|---|
-
wp-admin/css/wp-admin.dev.css
1558 1558 .stuffbox { 1559 1559 margin-bottom: 20px; 1560 1560 padding: 0 10px; 1561 background-color: #f9f9f9; 1561 1562 border-width: 1px; 1562 1563 border-style: solid; 1563 1564 line-height: 1; 1565 -moz-border-radius: 3px; 1566 -webkit-border-radius: 3px; 1567 -khtml-border-radius: 3px; 1568 border-radius: 3px; 1564 1569 } 1565 1570 1566 1571 .widget .widget-top,