Diff for /loncom/homework/task.css between versions 1.7 and 1.8

version 1.7, 2006/11/28 17:55:25 version 1.8, 2006/12/01 22:53:08
Line 3  div.LC_GRADING_task { Line 3  div.LC_GRADING_task {
  padding-bottom: 6em;   padding-bottom: 6em;
  font-family:Verdana, Arial, Helvetica, sans-serif;   font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: small;   font-size: small;
    color: #0a6331;
    background-color: white;
 }  }
   
 /*  /*
Line 166  div.LC_task_overall_status { Line 168  div.LC_task_overall_status {
  margin: 0;   margin: 0;
 }  }
   
 .LC_question_grade {  div.LC_question_grade {
    padding-left: 3em;
 }  }
   
 .LC_fail {  .LC_fail {
Line 217  li.LC_task_question ul li.LC_task_subque Line 219  li.LC_task_question ul li.LC_task_subque
 div.LC_criteria h4 + p:before { content: "Criteria: ";}  div.LC_criteria h4 + p:before { content: "Criteria: ";}
 /* div.LC_criteria p.LC_comment:before { content: "Comment: "; } */  /* div.LC_criteria p.LC_comment:before { content: "Comment: "; } */
 div.LC_criteria p.LC_comment { color: black; }  div.LC_criteria p.LC_comment { color: black; }
 div.LC_criteria form + p, div.LC_criteria h2 + p { display: none; }  /* div.LC_criteria form + p, div.LC_criteria h2 + p { display: none; } */

Removed from v.1.7  
changed lines
  Added in v.1.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>