HTML interface module + playing cards (ported from Baystation12 with modifications) using the new module

This commit is contained in:
NullQuery
2015-06-08 22:13:25 +02:00
parent 389007d85d
commit 1b364c0e82
25 changed files with 1357 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
html
{
-ms-overflow-style: scrollbar;
}
body
{
font-family: Arial;
overflow-y: scroll;
overflow-x: auto;
}