Empty commit

This commit is contained in:
Git 2012-03-17 08:00:30 +00:00
parent ef884a3426
commit 918a2b9a12
2 changed files with 14 additions and 9 deletions

View File

@ -481,9 +481,9 @@ ul.collage_images {
width: 695px !important;
}
#user .main_column td img{max-width:130px !important; max-height:130px !important}
#user .main_column td img:hover{max-width:300px !important; max-height:300px !important; width:300px !important; height:300px !important; margin:-75px; z-index:100}
#user .recent td { text-align: center; }
#user .recent td img{width:130px !important; height:130px !important}
#user .recent td img:hover{max-width:300px !important; max-height:300px !important; width:300px !important; height:300px !important; margin:-75px; z-index:100}
.collage_images{width:645px}
#requests .tags{color:#656565}

View File

@ -1222,17 +1222,22 @@ ul.collage_images {
width: 695px !important;
}
#user .main_column td img {
max-height: 130px!important;
max-width: 130px!important;
#user .recent td img {
height: 130px!important;
width: 130px!important;
}
#user .main_column td img:hover {
#user .recent td {
text-align: center;
}
#user .recent td img:hover {
max-height: 280px!important;
height: 280px!important;
max-width: 280px!important;
width: 280px!important;
z-index: 100;
height: 280px!important;
z-index: 8;
margin: -75px;
}