Advertisement
fullonhacking

remove border from images in blogger

Jun 23rd, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. .post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
  2. .BlogList .item-thumbnail img {
  3. padding: none !important;
  4. border: none !important;
  5. background: none !important;
  6. -moz-box-shadow: 0px 0px 0px transparent !important;
  7. -webkit-box-shadow: 0px 0px 0px transparent !important;
  8. box-shadow: 0px 0px 0px transparent !important;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement