1
0
Fork 0
forked from wezm/wezm.net

Make Flickr thumbnails semi-opaque

This commit is contained in:
Wesley Moore 2010-01-26 17:22:58 +11:00
parent 1621a946be
commit ced273f55a

View file

@ -191,6 +191,12 @@ ul#menu li {
.flickr {
clear: both;
}
.flickr li img {
opacity: 0.5;
}
.flickr li img:hover {
opacity: 1;
}
/* Inline flat list style */
ul.inline {