mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-05 22:10:11 +00:00
Empty commit
This commit is contained in:
parent
89b2a616d2
commit
e35fd67288
File diff suppressed because one or more lines are too long
@ -482,8 +482,8 @@ ul.collage_images {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#user .main_column td img{width:130px !important; height:130px !important}
|
#user .main_column td img{max-width:130px !important; max-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:hover{max-width:300px !important; max-height:300px !important; width:300px !important; height:300px !important; margin:-75px; z-index:100}
|
||||||
.collage_images{width:645px}
|
.collage_images{width:645px}
|
||||||
|
|
||||||
#requests .tags{color:#656565}
|
#requests .tags{color:#656565}
|
||||||
|
@ -1223,12 +1223,14 @@ ul.collage_images {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#user .main_column td img {
|
#user .main_column td img {
|
||||||
height: 130px!important;
|
max-height: 130px!important;
|
||||||
width: 130px!important;
|
max-width: 130px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#user .main_column td img:hover {
|
#user .main_column td img:hover {
|
||||||
|
max-height: 280px!important;
|
||||||
height: 280px!important;
|
height: 280px!important;
|
||||||
|
max-width: 280px!important;
|
||||||
width: 280px!important;
|
width: 280px!important;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
margin: -75px;
|
margin: -75px;
|
||||||
|
Loading…
Reference in New Issue
Block a user