Advertisement
ananas

facebook wide

Jun 26th, 2014
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("facebook.com") {
  4.     #globalContainer {
  5.        width: auto !important;
  6.        padding-left: 15pt !important;
  7.        padding-right: 15pt !important;
  8.     }
  9.  
  10.     #rightCol {
  11.        display:none !important;
  12.        width: 0pt !important;
  13.     }
  14.  
  15.     #contentArea {
  16.        width: auto !important;
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement