dyoo / WeScheme

29 stars 16 forks source link

run urls need to load the css file #91

Closed dyoo closed 11 years ago

dyoo commented 11 years ago

The running of:

http://dyoo-test.appspot.com/view?publicId=oz3WgaUoRF

doesn't show correctly, because we haven't loaded the css that we depend on.

dyoo commented 11 years ago

Corrected in test, by having a separate /css/default-run.css file that run.jsp uses. But it's a copy and paste of some of the content in /css/default.css. We may want to refactor the css and have it required, rather than do the copy-and-paste.

dyoo commented 11 years ago

Refactored. Closing.