am 908a05a1: fix hero image offset in css

* commit '908a05a1ee87bdf6d4f27355d0a0d648ab8f8da0':
  fix hero image offset in css
This commit is contained in:
Robert Ly 2014-06-16 17:53:40 +00:00 committed by Android Git Automerger
commit e1b39896fe

View file

@ -6529,7 +6529,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
.preview-hero {
height: calc(100% - 70px);
height: calc(100% - 110px);
min-height: 504px;
margin-top: -5px;
padding-top: 0;
@ -6543,7 +6543,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
}
.wear-hero {
height: calc(100% - 70px);
height: calc(100% - 110px);
min-height: 504px;
margin-top: -5px;
padding-top: 0;
@ -6557,7 +6557,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
}
.tv-hero {
height: calc(100% - 70px);
height: calc(100% - 110px);
min-height: 504px;
margin-top: -5px;
padding-top: 0;
@ -6571,7 +6571,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
}
.auto-hero {
height: calc(100% - 70px);
height: calc(100% - 110px);
min-height: 504px;
margin-top: -5px;
padding-top: 0;