How to remove lines from firefox


Recommended Posts

How would I remove the lines (horizontal seperators) in the interface, between the menubare and buttons, and buttons and bookmark bar.

I had the lines of code, but then I lost them, so if anyone could locate them for me i' dbe grateful.

Link to comment
Share on other sites

/* hide seperators 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;
}

put that in ur user chrome

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.