Diff for /loncom/interface/loncommon.pm between versions 1.1075.2.139 and 1.1075.2.141

version 1.1075.2.139, 2019/08/28 02:38:42 version 1.1075.2.141, 2020/01/10 05:15:29
Line 6753  table.LC_prior_tries td { Line 6753  table.LC_prior_tries td {
   padding: 6px;    padding: 6px;
 }  }
   
 .LC_answer_unknown {  .LC_answer_unknown,
   .LC_answer_warning {
   background: orange;    background: orange;
   color: black;    color: black;
   padding: 6px;    padding: 6px;
Line 7744  ul.LC_funclist li { Line 7745  ul.LC_funclist li {
  cursor:pointer;   cursor:pointer;
 }  }
   
   pre.LC_wordwrap {
     white-space: pre-wrap;
     white-space: -moz-pre-wrap;
     white-space: -pre-wrap;
     white-space: -o-pre-wrap;
     word-wrap: break-word;
   }
   
 /*  /*
   styles used by TTH when "Default set of options to pass to tth/m    styles used by TTH when "Default set of options to pass to tth/m
   when converting TeX" in course settings has been set    when converting TeX" in course settings has been set

Removed from v.1.1075.2.139  
changed lines
  Added in v.1.1075.2.141


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