Diff for /loncom/homework/task_ie.css between versions 1.1 and 1.2

version 1.1, 2006/11/06 16:54:46 version 1.2, 2006/11/28 17:55:25
Line 18  div.LC_GRADING_criteriatext { Line 18  div.LC_GRADING_criteriatext {
 }  }
   
   
   @media screen {
     /* Don't do this at home */
     * html
       {
    overflow-x: hidden;
       overflow-y: hidden;
    padding-right: .2em;
       }
     * html body
       {
       overflow-y: auto;
       height: 100%;
       font-size: 90%;
       }
     * html div.LC_GRADING_maincontrols, * html ul.LC_GRADING_handininfo
       {
       position: absolute;  
       }
      * html ul.LC_GRADING_handininfo {
       overflow-y: hidden;
    }
     /* All done. */
   
   }

Removed from v.1.1  
changed lines
  Added in v.1.2


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