added support for app_css attribute, which allows custom styling

This commit is contained in:
azivner
2018-03-07 23:24:23 -05:00
parent c831221cc4
commit b6277049f3
3 changed files with 26 additions and 2 deletions

View File

@@ -529,5 +529,9 @@
// final form which is pretty ugly.
$("#container").show();
</script>
<style type="text/css">
<%= appCss %>
</style>
</body>
</html>