Fix album images display
This commit is contained in:
parent
39adbb35c1
commit
6a12aec67c
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
.rg a:hover { }
|
.rg a:hover { }
|
||||||
|
|
||||||
.rg img { display: block; border: none;}
|
/*.rg img { display: block; border: none;}*/
|
||||||
|
|
||||||
.rgmask { background: #000; width: 100%; position: fixed; top: 0; left: 0; }
|
.rgmask { background: #000; width: 100%; position: fixed; top: 0; left: 0; }
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
box-shadow: 0 3px 6px rgba(0,0,0,0.2);
|
box-shadow: 0 3px 6px rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
.rgphoto img, .rgphoto_edit img {
|
.rgphoto img, .rgphoto_edit img {
|
||||||
display: block;
|
/*display: block;*/
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: all, 0.3s ease;
|
transition: all, 0.3s ease;
|
||||||
-webkit-transition: all, 0.3s ease;
|
-webkit-transition: all, 0.3s ease;
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
.rg a:hover { }
|
.rg a:hover { }
|
||||||
|
|
||||||
.rg img { display: block; border: none; }
|
/*.rg img { display: block; border: none; }*/
|
||||||
|
|
||||||
.rgmask { background: #000; width: 100%; position: fixed; top: 0; left: 0; }
|
.rgmask { background: #000; width: 100%; position: fixed; top: 0; left: 0; }
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
opacity: 0.85;
|
opacity: 0.85;
|
||||||
}
|
}
|
||||||
.rgphoto img, .rgphoto_edit img {
|
.rgphoto img, .rgphoto_edit img {
|
||||||
display: block;
|
/*display: block;*/
|
||||||
|
|
||||||
transition: all, 0.3s ease;
|
transition: all, 0.3s ease;
|
||||||
-webkit-transition: all, 0.3s ease;
|
-webkit-transition: all, 0.3s ease;
|
||||||
|
|
Loading…
Reference in New Issue