Merge pull request #6331 from joshlevinson/master
Remove enforcement of 100% width on prettyphoto images
This commit is contained in:
commit
b11a5fdfcf
File diff suppressed because one or more lines are too long
|
@ -228,11 +228,13 @@ div.pp_woocommerce {
|
||||||
}
|
}
|
||||||
.pp_content {
|
.pp_content {
|
||||||
width:100% !important;
|
width:100% !important;
|
||||||
img {
|
#pp_full_res{
|
||||||
|
& > img{
|
||||||
width:100% !important;
|
width:100% !important;
|
||||||
height:auto !important;
|
height:auto !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.currentTextHolder {
|
.currentTextHolder {
|
||||||
line-height: 3;
|
line-height: 3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue