Export to GitHub

iphone-universal - issue #7

paragraph on plain site loses formatting


Posted on Jul 3, 2009 by Grumpy Cat

fubar has no formatting or wrong formatting: <body> <p><a href="#" class="green button">Next</a></p> <p>fubar</p> </body>

fubar has correct formatting: <body> <ul class="data"><li>test</li></ul> <p><a href="#" class="green button">Next</a></p> <p>fubar</p> </body>

this happens a lot.

for i you put a normal rounded list in the page the following <p> is fine. if you insert a button in between <p> loses its formatting.

why is that? i cant get it figured out :(

thanks!

-T

Comment #1

Posted on Jul 3, 2009 by Grumpy Cat

i temporarily fixed it with this: /* standard paragraph on body */

    /* ul + p, ul.data + p + p, ul.form + p + p { */
    body p { 

Status: New

Labels:
Type-Defect Priority-Medium