kirubaharan12345 / blueprintcss

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

p + p text indent in fancy-type.css causing forms label issue #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Including fancy-type.css and styling your forms with p tags causes subsequent 
labels to be 
indented. 

Including this bit of css resets the text indent just for forms.

form p + p { text-indent: 0; }

Original issue reported on code.google.com by cwsay...@gmail.com on 24 Sep 2007 at 1:56

GoogleCodeExporter commented 8 years ago
Thanks, fixed for the next release.

Original comment by ola...@gmail.com on 25 Sep 2007 at 12:08