Advertisement
Guest User

userChrome.css

a guest
Oct 15th, 2012
2,839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. /*
  2.  * Do not remove the @namespace line -- it's required for correct functioning
  3.  */
  4. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
  5.  
  6. /*hide the firefox navigation bar*/
  7. #nav-bar { display: none !important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement