Make images floaty and wrappy

This commit is contained in:
Skylar Ittner 2019-01-19 14:26:33 -07:00
parent c74ad201e9
commit d4bcd56b90

View File

@ -28,6 +28,8 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
.note-text img {
max-width: 100%;
float: left;
margin-right: 5px;
}
.note-text table {