[wp-trac] [WordPress Trac] #55362: Twenty Thirteen : Invalid use of display and float together in style.css file
WordPress Trac
noreply at wordpress.org
Thu Mar 10 08:57:31 UTC 2022
#55362: Twenty Thirteen : 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: Bundled Theme | Version:
Severity: normal | Keywords: has-screenshots has-patch
Focuses: |
---------------------------+---------------------------------------
In the theme Twenty Thirteen, there is an invalid use of float and display
inline-block together in the CSS style sheet.
{{{
.attachment .entry-title {
display: inline-block;
float: left;
font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
margin: 0;
}
}}}
{{{
.comment-reply-title small a {
color: #131310;
display: inline-block;
float: right;
height: 16px;
overflow: hidden;
width: 16px;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55362>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list