summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author smain@google.com <smain@google.com> 2014-11-26 11:56:49 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-11-26 11:56:49 +0000
commit277fb8fdaeb546119bc31269425edc72b75e87dd (patch)
tree9632d7ea4511543fd386157f2bb0902c7799514d
parent7377998dac67ce8d486e11b9bd2f159fe0ca501d (diff)
parentd3c172703df68c70aca6f212fda3023246869777 (diff)
am d3c17270: am 3a4b011c: define height for context images to avoid content jumps on load
* commit 'd3c172703df68c70aca6f212fda3023246869777': define height for context images to avoid content jumps on load
-rw-r--r--docs/html/design/wear/context.jd3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/html/design/wear/context.jd b/docs/html/design/wear/context.jd
index 9672d85191e6..2e6653267e90 100644
--- a/docs/html/design/wear/context.jd
+++ b/docs/html/design/wear/context.jd
@@ -14,6 +14,9 @@ div.slide {
div.slide p {
height:40px;
}
+div.slide img {
+ height: 208px;
+}
</style>