am e1b39896: am 908a05a1: fix hero image offset in css

* commit 'e1b39896fe55fc961f05dbd6aaa0666653de16c6':
  fix hero image offset in css
This commit is contained in:
Robert Ly
2014-06-16 20:05:02 +00:00
committed by Android Git Automerger

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;