groups

name language licence
Retrieve and Display Images from a WordPress Post PHP Other
Customizing flickrRSS PHP BSD
Scrobbler PHP BSD
footer PHP GPL 2
Display WordPress Tags Cloud PHP BSD
feedback Other Other
breakout Other Other
my badges PHP BSD

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: PHP
licence: BSD

Customizing flickrRSS

options: view full snippetsend to code collector
.sb-flickr div img {
border: 0px;
padding: 5px;
height: 50px;
width: 50px;
}
 .sb-flickr div a img {
border: 1px solid #ccc;
padding: 3px;
margin: 5px 3px 0;
}
.sb-flickr div a:hover img {
border: 1px solid #999;
}

	
(Continues...)