18 lines
219 B
Plaintext
18 lines
219 B
Plaintext
|
|
@import "inc/main";
|
|
|
|
|
|
#table {
|
|
display: none;
|
|
}
|
|
|
|
#tree, #content > header, #content > footer {
|
|
display: block;
|
|
}
|
|
|
|
html.no-js {
|
|
#extended.details-view, #extended.icons-view {
|
|
display: block;
|
|
}
|
|
}
|