am 4d37d7ef: am c385b1e4: Merge "Remove neg margin in wear css to resolve layout issue." into klp-docs

* commit '4d37d7ef141beaf8f7d1b2bf1c19e3fb8c84203f':
  Remove neg margin in wear css to resolve layout issue.
This commit is contained in:
Dirk Dougherty
2014-05-19 18:08:53 +00:00
committed by Android Git Automerger

View File

@@ -145,7 +145,7 @@
.wear-hero {
height: calc(100% - 70px);
min-height: 504px;
margin-top: -4px;
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
background-image: url(/wear/images/hero.jpg);