tehmemories Posted August 8, 2007 Share Posted August 8, 2007 How do you remove these lines between the different menus? Link to comment Share on other sites More sharing options...
morficus Posted August 8, 2007 Share Posted August 8, 2007 and by 'menus' you mean 'toolbars'? there is no built-in functionality in FF to do so, but I would suggest looking for a skin Link to comment Share on other sites More sharing options...
tehmemories Posted August 8, 2007 Author Share Posted August 8, 2007 No No. Do you see those two lines above and below the back and forward buttons? I want to remove those. Link to comment Share on other sites More sharing options...
Joel Posted August 8, 2007 Share Posted August 8, 2007 No No. Do you see those two lines above and below the back and forward buttons? I want to remove those. Yes, they're called toolbars. Link to comment Share on other sites More sharing options...
morficus Posted August 8, 2007 Share Posted August 8, 2007 yes, those lines are there to show a clear separation between each toolbar as I said before... just look for a skin... Link to comment Share on other sites More sharing options...
tehmemories Posted August 8, 2007 Author Share Posted August 8, 2007 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 More sharing options...
Recommended Posts