front update

This commit is contained in:
devin 2012-08-29 17:54:18 +08:00 committed by Christophe Vilayphiou
parent 4e662c744a
commit a05fff98ac
2 changed files with 3 additions and 2 deletions

View File

@ -53,7 +53,7 @@
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.rgalbum a {
.rgalbum > a {
display: block;
float: left;
margin-right: 10px;

View File

@ -42,7 +42,7 @@
.rgalbum {
margin: 0 16px 16px 0;
padding: 6px;
width: 150px;
width: 138px;
height: 220px;
border: solid 1px #ccc;
@ -52,6 +52,7 @@
}
.rgalbum > a {
display: block;
float: none;
margin: -6px -6px 0 -6px;
}
.rgalbum img {