Merge pull request #6331 from joshlevinson/master

Remove enforcement of 100% width on prettyphoto images
This commit is contained in:
Mike Jolley 2014-09-22 09:44:08 +01:00
commit b11a5fdfcf
2 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -228,10 +228,12 @@ div.pp_woocommerce {
}
.pp_content {
width:100% !important;
img {
width:100% !important;
height:auto !important;
}
#pp_full_res{
& > img{
width:100% !important;
height:auto !important;
}
}
}
.currentTextHolder {
line-height: 3;