~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/media/worksheet.css

  • Committer: William Grant
  • Date: 2010-02-04 05:36:48 UTC
  • Revision ID: grantw@unimelb.edu.au-20100204053648-ey2l36edrlzj4m1b
Comment out the default.css import, which was accidentally unignored by some of my recent work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
*/
13
13
 
14
14
/* Include the standard docutils stylesheet. */
15
 
@import url(default.css);
 
15
/* XXX: We're not ready for this CSS, apparently. See bug #516911. */
 
16
/* @import url(default.css); */
16
17
 
17
18
/* Custom inline roles */
18
19
span.placeholder    { font-style: italic; font-family: monospace; }