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