rbelow / blueprintcss

Automatically exported from code.google.com/p/blueprintcss
1 stars 0 forks source link

missing class for paragraph images #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
blueprint comes with a style for images in paragraphs that places them
nicely to the left of the text. A useful class addition would be "right",
to float the image instead to the right.

p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of
the <p>. */

Original issue reported on code.google.com by cgamesp...@gmail.com on 30 Jan 2008 at 6:46

GoogleCodeExporter commented 8 years ago
Good idea. Done!

Original comment by ola...@gmail.com on 5 Feb 2008 at 9:41