bug with thumbnail images
|
|
When u hover over any thumbimage in an article, the padding is set to 0, thus moving the image a bit. Eg. http://en.wikipedia.org/wiki/Acropolis_Museum (the pic on hte left). I think using th:hover, td:hover, tbody:hover{background-color: #eee !important;border-color: #ddd !important;padding: 0px !important;} .thumb:hover, .thumbcaption:hover, .thumbinner:hover{background-color: #eee !important;border-color: #ddd !important;} would be better than th:hover, td:hover, tbody:hover, .thumb:hover, .thumbcaption:hover, .thumbinner:hover{background-color: #eee !important;border-color: #ddd !important;padding: 0px !important;} |
![]() ![]() |
Definitely a bug, fixed by killing the padding declaration entirely. Thanks! |

