have tinymce pull css from *css
Ticket
+status
+priority
+tag
+commit
+issues
tinyMCE is generally not now getting the css from *css. It shouldn't be that hard to fix, though currently it's configured separately in each *tinyMCE, and to be less flaky we need a true "raw" view.
+example
http://wagn.org/*css?view=raw&layout=none
...generates code tags from our slash-star star-slash markup. Removed such comments from http://test.dwagn.org/wagn/*css and used the above trick to have http://test.dwagn.org/wagn/*tinyMCE pull from it (also imported stylesheets/defaults.css). Now when you go to http://test.dwagn.org/card/edit/Menu the fat dotted black bottom border specified at the end of *css flashes, but then disappears. Hmm.