Empty commit

This commit is contained in:
Git 2012-02-29 08:00:23 +00:00
parent 89b2a616d2
commit e35fd67288
3 changed files with 221 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -482,8 +482,8 @@ ul.collage_images {
}
#user .main_column td img{width:130px !important; height:130px !important}
#user .main_column td img:hover{width:300px !important; height:300px !important; margin:-75px; z-index:100}
#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}
.collage_images{width:645px}
#requests .tags{color:#656565}

View File

@ -1223,12 +1223,14 @@ ul.collage_images {
}
#user .main_column td img {
height: 130px!important;
width: 130px!important;
max-height: 130px!important;
max-width: 130px!important;
}
#user .main_column td img:hover {
max-height: 280px!important;
height: 280px!important;
max-width: 280px!important;
width: 280px!important;
z-index: 100;
margin: -75px;