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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user