Removing these Firefox lines


Recommended Posts

I know there is a way you can remove them, using the userChrome.

A friend just found it for me. Enter this in your userChrome.css

/* Remove separators between toolbars*/
#toolbar-menubar {
 min-height: 12px !important;
 padding: 0px !important;
 margin: 0px !important;
 border: none !important;
}
#nav-bar {
 border: none !important;
 padding: 0px !important;
}
#PersonalToolbar {
 border: none !important;
}
#navigator-toolbox {
  border-bottom-width: 0px !important;
}

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.