mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
don't show "Edit in JS Bin" button in print
This commit is contained in:
parent
73537b01fb
commit
2ec79f3092
@ -36,3 +36,9 @@
|
||||
border: 0;
|
||||
margin: -1px 0 0 3px;
|
||||
}
|
||||
|
||||
@media print {
|
||||
#edit-with-js-bin {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user