kirubaharan12345 / blueprintcss

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

typography.css sets height for h4 to 1.3em and should not set it at all #96

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a box
2. put text in an h4 element in the box long enough for it to wrap
3. add a few paragraphs (in p tags) below the h4

What is the expected output? What do you see instead?
Paragraphs should appear below the H4.  Instead, the paragraphs overlap the H4 
because the H4 
has a fixed height.

Setting h4 { height: auto; } corrects the issue.  Why is this done in the first 
place?

What version of the product are you using? On what operating system?

typography 0.7.1
mac os x / windows xp, firefox 2.0.*, 3.0b5, safari 3.1/webkit nightly, ie 5,6,7

Please provide any additional information below.

Original issue reported on code.google.com by anthony....@gmail.com on 5 Apr 2008 at 3:24

GoogleCodeExporter commented 8 years ago
Copied to
http://blueprintcss.lighthouseapp.com/projects/15318/tickets/14-typography-css-s
ets-height-for-h4-to-1-3em-and-should-not-set-it-at-all#ticket-14-1
For details please check the mailinglist's archive

Original comment by horst.gu...@gmail.com on 13 Aug 2008 at 9:30