Adapt CSS to Ace

This commit is contained in:
Bálint Bokros
2017-12-11 13:55:29 +01:00
parent cb625bf116
commit e14946fcb9
4 changed files with 16 additions and 4 deletions

View File

@ -4,3 +4,6 @@ from tornado.web import UIModule
class WebIDE(UIModule):
def render(self, anchor_id, *args, **kwargs):
return self.render_string('module-webide.html', anchor_id=anchor_id, **kwargs)
def css_files(self):
return ['module-webide.css']