clean up realtime-input.js, break API

use an object for configuration, so as to be more extensible.
modify applications which use the API to match.
This commit is contained in:
ansuz
2016-02-03 12:45:45 +01:00
parent e43b9715e8
commit d96124229b
4 changed files with 105 additions and 59 deletions

View File

@@ -34,9 +34,18 @@
code {
font-family: monospace;
}
/* TODO
bump up text size on mobile
*/
/* bigger text size for difficult to read elements */
blockquote, p, pre, code, li {
font-size: 20px;
}
/* tables */
table, thead, tbody, th, tr, td{
border: 1pt solid #586e75;
background-color: #002b36;
padding: 15px;
}
</style>
</head>
<body>
@@ -46,4 +55,3 @@
<textarea></textarea>
</body>
</html>