Make WordPress Core

Ticket #46032: 46032.2.patch

File 46032.2.patch, 854 bytes (added by sabernhardt, 4 years ago)

removing rtl:ignore comment from list-style-type and display properties

  • src/wp-admin/css/common.css

     
    28082808        background: #f3f3f3;
    28092809}
    28102810
    2811 /* rtl:ignore */
    28122811#plugin-information .section {
    28132812        direction: ltr;
    28142813}
    28152814
    2816 /* rtl:ignore */
    28172815#plugin-information .section ul,
    28182816#plugin-information .section ol {
    28192817        list-style-type: disc;
     
    28722870        overflow: hidden; /* clearfix */
    28732871}
    28742872
    2875 /* rtl:ignore */
    28762873#plugin-information .review-title-section h4 {
    28772874        display: inline-block;
    28782875        float: left;
     
    28852882        padding-top: 2px;
    28862883}
    28872884
    2888 /* rtl:ignore */
    28892885#plugin-information .reviewer-info .avatar {
    28902886        float: left;
    28912887        margin: 4px 6px 0 0;
    28922888}
    28932889
    2894 /* rtl:ignore */
    28952890#plugin-information .reviewer-info .star-rating {
    28962891        float: left;
    28972892}