Export to GitHub

blueprintcss - issue #73

missing class for paragraph images


Posted on Jan 30, 2008 by Happy Lion

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>. */

Comment #1

Posted on Feb 5, 2008 by Happy Horse

Good idea. Done!

Status: Fixed

Labels:
Type-Defect Priority-Medium