Guest User

MetroMail Yahoo Fix

a guest
Nov 26th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.11 KB | None | 0 0
  1. /*-------- Fix is from http://www.emailonacid.com/blog/details/C13/stop_yahoo_mail_from_rendering_your_media_queries  --------*/  
  2.  
  3. /*-------- 1. Find these between the <head> tags --------*/    
  4.  
  5. /*-------- container (around like 68) --------*/    
  6. .container590{width: 440px !important;}
  7. .container580{width: 420px !important;}
  8. .container300{width: 215px !important;}
  9.  
  10. /*-------- container (around line 110) --------*/    
  11. .container590{width: 280px !important;}
  12. .container580{width: 260px !important;}
  13. .container300{width: 280px !important;}
  14. .container560{width: 260px !important;}
  15.  
  16. /*-------- 2. Replace with the following --------*/  
  17.  
  18. /*-------- container (around like 68) --------*/
  19. table[class=container590]{width: 440px !important;}
  20. table[class=container580]{width: 420px !important;}
  21. table[class=container300]{width: 215px !important;}
  22.  
  23. /*-------- container (around line 110) --------*/  
  24. table[class=container590]{width: 280px !important;}
  25. table[class=container580]{width: 260px !important;}
  26. table[class=container300]{width: 280px !important;}
  27. table[class=container560]{width: 260px !important;}
Add Comment
Please, Sign In to add comment