- div#content div[id*="update-"] {
- max-height: 120px;
- overflow: hidden;
- }
- div#content div[id*="update-"] div > img {
- display: none !important;
- }
- div#content div[id*="update-"]:hover {
- max-height: inherit;
- }
- div#content div[id*="update-"]:hover div > img {
- display: block !important;
- }