define height for context images to avoid content jumps on load

Change-Id: I95fb6d628f8be12c31c0b7fa2978dd266f72dbf6
This commit is contained in:
smain@google.com
2014-11-25 18:05:39 -08:00
parent be718f7ceb
commit 3a4b011c9e

View File

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