Dzslides template - allow images to be their own size.

This commit is contained in:
John MacFarlane 2011-11-07 23:06:00 -08:00
parent e5922e334d
commit 1aa96f5f8b

View file

@ -50,16 +50,6 @@ $else$
font-size: 60px;
padding: 50px;
}
img, video {
width: 800px;
height: 600px;
position: absolute;
top: 0;
background-color: black;
z-index: -1;
}
footer {
position: absolute;
bottom: 10px;