fix basic alignment issue with html textbook display

This commit is contained in:
Brian Wilson
2013-03-11 10:38:32 -04:00
parent bed7dbdb6b
commit fcb618f04e

View File

@@ -158,6 +158,10 @@ div.book-wrapper {
img {
max-width: 100%;
}
div {
text-align: left;
}
}
}