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 { .pp_content {
width:100% !important; width:100% !important;
img { #pp_full_res{
width:100% !important; & > img{
height:auto !important; width:100% !important;
} height:auto !important;
}
}
} }
.currentTextHolder { .currentTextHolder {
line-height: 3; line-height: 3;