[wp-trac] [WordPress Trac] #55338: Invalid use of display and float together in style.css file
WordPress Trac
noreply at wordpress.org
Tue Mar 8 10:50:26 UTC 2022
#55338: Invalid use of display and float together in style.css file
-------------------------+-----------------------------
Reporter: kajalgohel | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version:
Severity: normal | Keywords: needs-patch
Focuses: |
-------------------------+-----------------------------
In the theme Twenty Eleven, there is an invalid use of float and display
inline-block together in the CSS style sheet.
{{{
.indexed.format-image div.entry-meta {
display: inline-block;
float: left;
width: 35%;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55338>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list