16 lines
210 B
CSS
16 lines
210 B
CSS
#TabsToolbar {
|
|
display: none;
|
|
}
|
|
|
|
#nav-bar {
|
|
background: #ffffff !important;
|
|
}
|
|
|
|
#sidebar-splitter {
|
|
background: #ffffff !important;
|
|
width: 0 !important;
|
|
}
|
|
|
|
#sidebar-header {
|
|
display: none;
|
|
}
|