Advertisement
Guest User

Untitled

a guest
Mar 25th, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. @-moz-document regexp("^.*?\.(?:jpe?g|png|gif|bmp)$") {
  2. body {
  3.     background-color: #fff !important;
  4. }
  5. img {
  6.     margin: 0 !important;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement