OSDN Git Service

Remove neg margin in wear css to resolve layout issue.
authorDirk Dougherty <ddougherty@google.com>
Thu, 15 May 2014 03:06:31 +0000 (20:06 -0700)
committerDirk Dougherty <ddougherty@google.com>
Thu, 15 May 2014 03:23:48 +0000 (20:23 -0700)
Change-Id: I68cc26e55b8bf486a20ec9fa1de48e9caf505165

docs/html/wear/css/wear.css

index 40afeaa..fe9eef2 100644 (file)
 .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);