summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2014-05-19 18:08:53 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-19 18:08:53 +0000
commit94fb04547ca35c09409cfc6e3b930805acddc7d6 (patch)
tree7fe17dff1db7e326ca74fb867d1fd4b47ff324b7 /docs
parent3d55247a3f8e488b13f7f467cbc70ac4864d2dd2 (diff)
parent4d37d7ef141beaf8f7d1b2bf1c19e3fb8c84203f (diff)
downloadframeworks_base-94fb04547ca35c09409cfc6e3b930805acddc7d6.zip
frameworks_base-94fb04547ca35c09409cfc6e3b930805acddc7d6.tar.gz
frameworks_base-94fb04547ca35c09409cfc6e3b930805acddc7d6.tar.bz2
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.
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);