mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 21:43:33 +00:00
make it printer friendly (#21218)
This commit is contained in:
@@ -147,6 +147,15 @@ body {
|
||||
box-sizing: border-box;
|
||||
margin-left: 1%; }
|
||||
|
||||
@media print {
|
||||
#global-links, .link-seesrc, .theme-switch-wrapper, #searchInputDiv, .search-groupby {
|
||||
display:none;
|
||||
}
|
||||
.columns {
|
||||
width:100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.column:first-child, .columns:first-child {
|
||||
margin-left: 0; }
|
||||
|
||||
|
||||
@@ -147,6 +147,15 @@ body {
|
||||
box-sizing: border-box;
|
||||
margin-left: 1%; }
|
||||
|
||||
@media print {
|
||||
#global-links, .link-seesrc, .theme-switch-wrapper, #searchInputDiv, .search-groupby {
|
||||
display:none;
|
||||
}
|
||||
.columns {
|
||||
width:100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.column:first-child, .columns:first-child {
|
||||
margin-left: 0; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user