I’m punting on a CSS problem.
You may have noticed that if you see an image on this blog, on the front page, it has a black border, but no padding. However, if you click through to the post itself, suddenly the image has padding. A nice neat, 4 pixel whitespace with a black border. This is the intended setup.
I cannot figure out why the images on the front page of the blog are not operating this way. Obviously, it’s got something to do with inheritance and cascading style assignments, but I’ll be buggered if I know what it is.
Anyone want to take a look and see if it’s something bloody obvious? The images are (generally) class “alignleft” and the front page matter is under div “narrowcolumn” while the post page is under div “widecolumn”.
Let me know if you figure it out.
Leave a Reply