[Theme Twenty Twelve] custom b-quote discrepancy between Firefox, other browsers
-
Hi, all,
At johnbierly.com, I’m running Twenty Twelve (and loving it) and am so crazy about how subtle and handsome the image borders are that I swiped the border styling for my blockquotes to make them look like “snapshots” of text.
Article in question here.
The weird thing is that they display slightly differently on Firefox than they do on all other browsers (in Windows, at least; will try tonight on Mac).
First, here’s what I did in my child theme (which was basically just pasting in the image border style):
blockquote { border-radius: 3px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
Here’s a Firefox screenshot …
https://www.johnbierly.com/wp-content/uploads/2012blockquote-firefox.jpg
… and here’s what it looks like on all other browsers:
https://www.johnbierly.com/wp-content/uploads/2012blockquote-all-other-browsers.jpg
See how the border-top is a little meatier in Firefox?
If it’s simply a matter of “different browsers interpret things a little differently,” that’s fine.
My main concern is that I haven’t specified something specifically enough in the CSS style that’s causing it not to be properly recognized across the board.
Thank you for your time!
- The topic ‘[Theme Twenty Twelve] custom b-quote discrepancy between Firefox, other browsers’ is closed to new replies.