Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. @media screen and (-webkit-min-device-pixel-ratio:0) {
  2.     ::i-block-chrome.gdgt-loop-thumb img, .gdgt-loop-thumb{
  3.         height: 344px !important;
  4.         position: none !important;
  5.         width: 100% !important;
  6.     }
  7.  
  8.     ::i-block-chrome.loop-overlay{
  9.         display: none !important;
  10.     }
  11.  
  12.     ::i-block-chrome.gdgt-post-meta{
  13.         width: 100% !important;
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement