1px gap after footer

1px gap after footer

Hello, i need a little help with footer.

here is my code for footer:

  1. <div data-role="footer" data-position="fixed" data-theme="b">
  2. <div class="footer">
  3. <div class="seablue"></div>
  4. <div class="red"></div>
  5. <div class="gold"></div>
  6. <div class="blue"></div>
  7. </div>
  8. </div>
And you can notice the 1px gap after:


How to get it out, tried to do this with footer:

margin-bottom: -1px
padding-bottom: -1px

but it seems it doesn't help,...