Within the last 10 days or so, cracked.com seems to have changed how images within its articles are displayed, as they are no longer appearing in an epub that was downloaded using the current calibre version (2.10, running under Windows 7 Ultimate 64-bit) and cracked.com recipe. Unfortunately, my knowledge of recipes is very limited, and I have no idea how to fix this.
Additionally, the captions underneath the images are very small, and difficult to read on my Kobo Glo. I tried to fix this by adding the following line to the recipe, but it has no effect:
Code:
extra_css = 'font[size="1"]:not([style]) { font-size: 12px; }'
I also tried the following, in case the ":not" selector is unsupported, but with the same results:
Code:
extra_css = 'font[size="1"] { font-size: 12px; }'
Both of the above selectors work as expected on the actual site (using Firefox with the "Stylish" extension), so I don't think it's an issue with the CSS itself.
Can anyone help?