am 3a4b011c: define height for context images to avoid content jumps on load

* commit '3a4b011c9e4260ec34b490368ccf19edb3a0b5fe':
  define height for context images to avoid content jumps on load
This commit is contained in:
smain@google.com
2014-11-26 02:22:44 +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>