am 183d9e4a: am b8de593e: am 576e248f: am 277fb8fd: am d3c17270: am 3a4b011c: define height for context images to avoid content jumps on load

* commit '183d9e4a756f0045881288e51b40002a99b5c1b0':
  define height for context images to avoid content jumps on load
This commit is contained in:
smain@google.com
2014-12-01 19:38:03 +00:00
committed by Android Git Automerger

View File

@@ -14,6 +14,9 @@ div.slide {
div.slide p {
height:40px;
}
div.slide img {
height: 208px;
}
</style>