Space around images on frontpage. I use this code in my css-file, but it didn't help.
Now the text are to close to my images.

/* correct image spacing on front page */
.content img[align="left"] {
padding: 5px 10px 5px 5px 0px;
}
.content img[align="right"] {
padding: 5px 5px 5px 10px;
}

How to fix this?
Se file attachments