Prevent image from overflowing outside the container

This commit is contained in:
Saivann 2014-04-07 14:56:51 -04:00
parent 530537e4c0
commit 6ce43fcca9
4 changed files with 8 additions and 4 deletions

View file

@ -763,7 +763,10 @@ li p{
margin-top:5px;
}
.floatimg{
.pleftfloat{
overflow:hidden;
}
.pleftfloat img{
float:left;
margin-right:10px;
}