blob: 2b110588dfe43cc40f62cf2fc0f3617211d5721f (
plain)
1
2
3
4
5
6
7
|
#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
display: none;
}
#bodyColumn, body.docs div.docs {
margin: 0 !important;
border: none !important
}
|