Use a download button instead of downloading a file automatically

This commit is contained in:
yflory
2017-05-22 11:43:45 +02:00
parent 0c2f84058b
commit c45f08f147
7 changed files with 63 additions and 39 deletions

View File

@@ -603,6 +603,14 @@ html.cp,
font-family: lato, Helvetica, sans-serif;
font-size: 1.02em;
}
.cp .unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.cp h1,
.cp h2,
.cp h3,