17 lines
248 B
CSS
17 lines
248 B
CSS
body {
|
|
padding-top: 0px !important;
|
|
}
|
|
|
|
#search_results > li:not(.active) {
|
|
display: none !important;
|
|
}
|
|
|
|
.navbar, .sidebar {
|
|
display: none !important;
|
|
}
|
|
|
|
.content, .nd_content {
|
|
margin-left: 0px !important;
|
|
margin-right: 0px !important;
|
|
}
|