Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2011
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. // Fixes display from colorbox / lightbox plugin
  2. // while using "320 and up" framework.
  3. $("div#colorbox").css({
  4. '-webkit-box-sizing':'content-box',
  5. '-moz-box-sizing':'content-box',
  6. '-o-box-sizing':'content-box',
  7. 'box-sizing':'content-box'});
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement