12 lines
119 B
CSS
12 lines
119 B
CSS
/* disable top bar and top tabs */
|
|
|
|
/*
|
|
#TabsToolbar {
|
|
visibility: collapse;
|
|
}
|
|
|
|
#titlebar {
|
|
display: none;
|
|
}
|
|
*/
|