css - how to overwrite/edit user agent stylesheet -


please give http://jesica89.blogspot.com there problem post description coming after thumbnail , know can solved setting , find solution firebug ::

p:{display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; }

please tell me how edit because can't find in source code , tried use div[ ] override inline stylesheet noting happened

here goes post body html code

<!-- begin blog item --> <div class='postbox'>                    <h1><b:if cond='data:post.link'> <a expr:href='data:post.link'><data:post.title/></a> <b:else/> <b:if cond='data:post.url'> <a expr:href='data:post.url'><data:post.title/></a> <b:else/> <data:post.title/> </b:if> </b:if></h1>                      <div class='entry'> <div class='clear'/> <p><b:if cond='data:blog.pagetype == &quot;static_page&quot;'><br/> <data:post.body/> <b:else/> <b:if cond='data:blog.pagetype != &quot;item&quot;'> <div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div> <script type='text/javascript'>createsummaryandthumb(&quot;summary<data:post.id/>&quot;); </script>   </b:if> <b:if cond='data:blog.pagetype == &quot;item&quot;'><data:post.body/></b:if> </b:if></p> </div> <div class='clear'/> </div>   <!-- end blog item --> </b:includable> 

you have

<div class="entry"> 

in have

<div id="summary2601058450852975397"> 

in have

 <p><img width="230" height="180" src="http://1.bp.blogspot.com/-edk8favpqks/tg2pwaokfdi/aaaaaaaaaf8/n0be2a5vpby/s1600/love-relationship.jpg"/><p> 

followed by

 <p>lorem ipsum dolor sit amet, consectetur adipiscing elit. aliquam vitae justo tellus. suspendisse vel lobortis orci. donec sit amet purus tincidunt felis semper auctor @ in libero. nunc vel nisi accumsan metus volutpat faucibus. maecenas sit amet nulla<p> 

this order of html display in order. if want last paragrpah show first, change html order.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -