mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
js: Hide menus and resize handle when printing
This commit is contained in:
@ -311,6 +311,11 @@ EOF
|
||||
.apology-title {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
\@media print {
|
||||
/* Interactive controls should be hidden when printing. */
|
||||
#gamemenu, #resizehandle { display: none; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user