8 lines
191 B
CSS
8 lines
191 B
CSS
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
#tabbrowser-tabs tab:only-of-type {
|
|
display: none !important;
|
|
}
|
|
|
|
/* TODO: Hidde tabbar bottom border */
|