/* Format preview images small and on the left. */
img {
    width: 100px;
    float: left;
    margin-right: 1em
}

/* Fix for "normal" images. */
div div div img {
    width: 250px;
    float: none;
}
