Added simple Read and Print Text function

This commit is contained in:
mmk2410 2015-04-01 19:57:23 +02:00
parent 61c56cc177
commit a4ae189442
4 changed files with 25 additions and 4 deletions

View file

@ -95,4 +95,7 @@ body {
.cardbutton:hover {
background: #e0e0e0; }
#outputcard {
display: none; }
/*# sourceMappingURL=main.css.map */

View file

@ -110,3 +110,6 @@ body
.cardbutton:hover
background: $hovered-element-color
#outputcard
display: none

4
res/js/jquery-2.1.3.min.js vendored Normal file

File diff suppressed because one or more lines are too long