fix images to fit within width (still needs a lightbox for expanding)

This commit is contained in:
mDuo13
2014-08-21 17:57:26 -07:00
parent b8b2f29d30
commit fe065e2a89

View File

@@ -44,6 +44,10 @@ body .content-root {
padding-top: 10px;
}
.content img {
width: 100%;
}
.menubar {
padding-top: 10px;
}