Annotation of loncom/homework/task_ie.css, revision 1.1

1.1     ! albertel    1: div.LC_GRADING_criteriatext {
        !             2: 	height: 5em;
        !             3: }
        !             4: .LC_fail, .LC_pass, .LC_neutral {
        !             5: 	position: static;
        !             6: }
        !             7: .LC_fail h4, .LC_pass h4 {
        !             8: 	position: static;
        !             9: 	margin:-4em 0 0 -5em;
        !            10: 	width: 9em;
        !            11: }
        !            12: .LC_grade {
        !            13: 	left: -5em;
        !            14: 	top: -15em;
        !            15: 	width: 2em;
        !            16: 	border: 1px solid;
        !            17: 	position: static;
        !            18: }
        !            19: 
        !            20: 

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