mirror of
https://github.com/WebStackPage/WebStackPage.github.io.git
synced 2026-06-16 06:46:28 +08:00
24 lines
283 B
Plaintext
24 lines
283 B
Plaintext
@media print {
|
|
|
|
.sidebar-menu {
|
|
display: none;
|
|
}
|
|
|
|
.main-content {
|
|
padding: 0 !important;
|
|
|
|
.user-info-navbar,
|
|
.page-title,
|
|
footer.main-footer {
|
|
display: none;
|
|
}
|
|
|
|
> .panel {
|
|
margin-bottom: 0;
|
|
|
|
+ .panel {
|
|
margin-top: @default-padding;
|
|
}
|
|
}
|
|
}
|
|
} |