XanDaMan Posted September 20, 2005 Share Posted September 20, 2005 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 More sharing options...
Y2Stu Posted September 20, 2005 Share Posted September 20, 2005 /* 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 More sharing options...
Recommended Posts