| @@ -1,5 +1,5 @@ | ||
| 1 | -/* | |
| 1 | +/* | |
| 2 | 2 | * Top Posts Widget styles for Jetpack |
| 3 | 3 | */ |
| 4 | 4 | |
| 5 | 5 | /* 2-Column Grid Layout */ |
| @@ -7,15 +7,15 @@ | ||
| 7 | 7 | .widgets-grid-layout { |
| 8 | 8 | width: 100%; |
| 9 | 9 | } |
| 10 | 10 | |
| 11 | -.widgets-grid-layout:before, | |
| 12 | -.widgets-grid-layout:after { | |
| 11 | +.widgets-grid-layout::before, | |
| 12 | +.widgets-grid-layout::after { | |
| 13 | 13 | content: " "; |
| 14 | 14 | display: table; |
| 15 | 15 | } |
| 16 | 16 | |
| 17 | -.widgets-grid-layout:after { | |
| 17 | +.widgets-grid-layout::after { | |
| 18 | 18 | clear: both; |
| 19 | 19 | } |
| 20 | 20 | |
| 21 | 21 | .widget-grid-view-image { |
| @@ -78,18 +78,20 @@ | ||
| 78 | 78 | margin: 0; |
| 79 | 79 | list-style-type: none; |
| 80 | 80 | } |
| 81 | 81 | |
| 82 | -.widgets-list-layout li:before, | |
| 83 | -.widgets-list-layout li:after { | |
| 84 | - content:""; | |
| 85 | - display:table; | |
| 82 | +.widgets-list-layout li::before, | |
| 83 | +.widgets-list-layout li::after { | |
| 84 | + content: ""; | |
| 85 | + display: table; | |
| 86 | 86 | } |
| 87 | -.widgets-list-layout li:after { | |
| 88 | - clear:both; | |
| 87 | + | |
| 88 | +.widgets-list-layout li::after { | |
| 89 | + clear: both; | |
| 89 | 90 | } |
| 91 | + | |
| 90 | 92 | .widgets-list-layout li { |
| 91 | - zoom:1; | |
| 93 | + zoom: 1; | |
| 92 | 94 | margin-bottom: 1em; |
| 93 | 95 | list-style-type: none !important; |
| 94 | 96 | } |
| 95 | 97 | |