Closed marklchaves closed 4 years ago
I think what's there is correct already. The previous text says
The differences between these two components is that the list-item has a bottom border, and images in comments have a border whereas list-item images do not.
So .list-item img
specifically does not have a rule setting a border
on it (which I think is what you meant, rather than a font-size
?)
Yikes. Thanks for the quick reply, @chrisdavidmills. My mistake. Apologies for the trouble. Keep up the great work.
mark
Yikes. Thanks for the quick reply, @chrisdavidmills. My mistake. Apologies for the trouble. Keep up the great work.
No worries; if you are unsure, then it's always good to check!
Request type
Details
Hi,
Issue
In the Organizing your CSS article, the non-OOCSS example code seems to be missing a class.
.list-item img { font-size: .8rem; }
Fix
Add the code snippet above to the example at the spot highlighted in the attached screen grab.