Recently, something changed in the stylesheets so that italics in observation descriptions — i.e., text entered between asterisks — are not showing up as italics. (Italics in comments are still OK.)
Technical details: italics are rendered using the <em> tag, and now there’s a CSS rule that for some reason neuters the <em> tags in the “description” block. The rule, in the .css file called “application_bundle-d7ce9f9aed2c2128a23e80bdfe16779bed62a361af5a6cfe65f4a377b56a9ccb.css” (as of 8/20/26, anyway), looks like this:
.description em{font-style:normal;color:#333}
Why is that “normal” in there? It’s very useful to be able to italicize taxon names in the Notes field.
Where are you viewing it? In the iNat app? (I didn’t check in the app.)
Oddly, the italics show up if I view it in a Web browser when NOT logged in. There must be a different batch of CSS files that are loaded for logged-in users.
The structure of the page is very different, at least in terms of the CSS class names; the “description” class is never invoked in the first block, so the <em> tag is never neutered.
To properly diagnose it, I’d have to see the HTML source of a logged-in user other than myself. I now think that this is happening because I opted in to the “responsive design” beta test.
I don’t think I need any more info. I also confirmed with a friend who wasn’t in the beta program and DID see the italics, then joined the program and DIDN’T see them. So that’s absolutely the source of the problem.
@tiwane If/when I find more glitches in the mobile-friendly stuff, is it better to report it here, to use the “feedback” link in my Account Settings page, or something else?