1
0
Fork 0
forked from wezm/wezm.net

Layout thumnails a little neater

This commit is contained in:
Wesley Moore 2010-01-28 18:02:35 +11:00
parent 5c8a3c6dde
commit d22eab5a66

View file

@ -191,6 +191,13 @@ ul#menu li {
#flickr {
clear: both;
}
#flickr li {
display: block;
float: left;
height: 75px;
width: 75px;
margin: 20px 0 0 20px;
}
#flickr li img {
opacity: 0.7;
}