Removing this line from Firefox

My Firefox (version 1.5.0.1) theme have a line.

I don't like it.

Anybody knows how to cancel it ?

a_line_20060309.jpg

#366978

Which theme are you using?

#366981

"Truth".

A Mac OS X Theme Originally by Susumu.

download:Truth.jar

#366985

I got the way to do.

Just modify the file of toolbar.css.

toolbar[type=menubar], menubar {

min-width: 1px;

min-height: 20px;

border-bottom: 0px solid;

-moz-border-bottom-colors: #DDDDDD #6E6E6E;

border-top: 0px !important;

}

#367032

can you add a drop shadow type image there instead?

#367094

Is fixed.Thanks.

#367103

where is toolbar.css.?

i am using the same theme

#377787

i think, opening the .jar theme in winrar and search de archive: ''toolbar.css'' ?

i made that and my firefox no change...

dibujo2me.jpg

i use sinergy graphite vs and theme firefox..

how remove the line?? =@

#379900

Okay, but (critical question) How To create a .jar file ?

I'll search for it, but any link ? :/

#384950

Search the foums and you will find it

#384952

can you just copy and paste that code into your userchrome? or the only option is to do it directly into your .jar theme file?

#384962

@Shady: Put this in your userchrome to remove the seprator

#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;

}

#384963

Thanks a lot chriskate ! :D

#384982

No problem ;)

#384993

yeah appreciate it chriskate.

#385168