summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2014-05-19 18:12:40 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-19 18:12:40 +0000
commitf0029f644aa9d52e6fc1ebca8bea86cd67742c0a (patch)
tree7cdd5f2b1a216f5b2f651f727f895eeeb0880ae4 /docs
parent7a940a49745f51425e60bfde38b8c0dab454ef8b (diff)
parent94fb04547ca35c09409cfc6e3b930805acddc7d6 (diff)
downloadframeworks_base-f0029f644aa9d52e6fc1ebca8bea86cd67742c0a.zip
frameworks_base-f0029f644aa9d52e6fc1ebca8bea86cd67742c0a.tar.gz
frameworks_base-f0029f644aa9d52e6fc1ebca8bea86cd67742c0a.tar.bz2
am 94fb0454: am 4d37d7ef: am c385b1e4: Merge "Remove neg margin in wear css to resolve layout issue." into klp-docs
* commit '94fb04547ca35c09409cfc6e3b930805acddc7d6': Remove neg margin in wear css to resolve layout issue.
Diffstat (limited to 'docs')
-rw-r--r--docs/html/wear/css/wear.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/wear/css/wear.css b/docs/html/wear/css/wear.css
index 40afeaa..fe9eef2 100644
--- a/docs/html/wear/css/wear.css
+++ b/docs/html/wear/css/wear.css
@@ -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);