summaryrefslogtreecommitdiffstats
path: root/docs/html/design
diff options
context:
space:
mode:
authorsmain@google.com <smain@google.com>2014-11-25 18:05:39 -0800
committersmain@google.com <smain@google.com>2014-11-25 18:05:39 -0800
commit3a4b011c9e4260ec34b490368ccf19edb3a0b5fe (patch)
treeaf7622060e9d9f0026c5f57784693ff88208bd54 /docs/html/design
parentbe718f7cebd3e09eaa2a432d044a8305dc7b8428 (diff)
downloadframeworks_base-3a4b011c9e4260ec34b490368ccf19edb3a0b5fe.zip
frameworks_base-3a4b011c9e4260ec34b490368ccf19edb3a0b5fe.tar.gz
frameworks_base-3a4b011c9e4260ec34b490368ccf19edb3a0b5fe.tar.bz2
define height for context images to avoid content jumps on load
Change-Id: I95fb6d628f8be12c31c0b7fa2978dd266f72dbf6
Diffstat (limited to 'docs/html/design')
-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 9672d85..2e66532 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>