Guest
Public paste!

Untitled

By: a guest | Aug 7th, 2009 | Syntax: CSS | Size: 0.42 KB | Hits: 88 | Expires: Never
Copy text to clipboard
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("tvsquad.com") {
  4.   #content {
  5.     width: 1000px !important;
  6.     margin-left: 0 !important;
  7.     padding: 0 !important;
  8.   }
  9.  
  10.   #main { width: 1000px !important; }
  11.  
  12.   body, #container { background: none !important; }
  13.  
  14.   #linkscol, #subcontent, #footer, #grid, #header, #navigation, #outerslice, a.cobrand, #dogear_promo { display: none !important; }
  15. }