Getting toolbar separator in Safire 1.09 back

Hi y'all,

I just installed the Safire 1.09 theme by Bazonbloch, and noticed that the toolbar separator beneath the nav-bar is gone. Can anyone help me to get it back? I already tried to contact bazon over at deviantart, but it seems he's been gone for quite a time now.

FF version: 1.5.0.6

Extensions:

-Tab Mix Plus 0.3.0.5

-Autohide statusbar 0.3.9.2

-IE view 1.2.9

-Menux 0.2.4.5

-MR Tech local install 5.2

-Fission 0.8.5

I have done a fresh install of Firefox and only the safire theme is installed. Furthermore the userChrome.css is unedited.

Here is what I'm talking about

My own setup:

ffownha0.png

Bazon's setup:

ffblochtn2.png

Any help is greatly appreciated!

#411553

Read the Firefox skinning guide

http://www.aqua-soft.org/board/showthread.php?t=33230

under the first picture

#412053

That's for REMOVING the toolbars, it doesn't quite work in reverse order by just replacing none, with one or 0px with 1 px

EDIT: Never mind, already I found a solution

#412060

That's for REMOVING the toolbars, it doesn't quite work in reverse order by just replacing none, with one or 0px with 1 px

EDIT: Never mind, already I found a solution

So what's the solution?

#412066

So what's the solution?

I assume you just remove the text in userchrome.css which removed the line in the first place, because I think the line is there by default.

i.e. delete this in your userchrome.css if it's there

/* 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;

}

#412114

The userchrome was un-edited as I stated before, just the default "Edit this file, and copy it, bla bla..". I was using MenuX, to hide the menu-bar. The toolbar separator was already there when the menu-bar was visible, but gone when the menu-bar was hidden. But the solution is to use Compact Menu to hide the menu-bar, drag the navigation-bar above the toolbar separator, and then hide the navigation bar. Here is what my setup looks like now:

ff3ph9.th.png

Sorry about not posting the solution before.

#412117