From 3a4b011c9e4260ec34b490368ccf19edb3a0b5fe Mon Sep 17 00:00:00 2001 From: "smain@google.com" Date: Tue, 25 Nov 2014 18:05:39 -0800 Subject: [PATCH] define height for context images to avoid content jumps on load Change-Id: I95fb6d628f8be12c31c0b7fa2978dd266f72dbf6 --- docs/html/design/wear/context.jd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/html/design/wear/context.jd b/docs/html/design/wear/context.jd index 9672d85191e69..2e6653267e904 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; +}