更改

删除1,013字节 、 2017年5月8日 (一) 12:35
无编辑摘要
第750行: 第750行:  
span#imageicon a.new {
 
span#imageicon a.new {
 
   display:none;
 
   display:none;
}
  −
  −
/* Generic class for Times-based serif, texhtml class for inline math */
  −
.times-serif,
  −
span.texhtml {
  −
   font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
  −
   font-size: 118%;
  −
   line-height: 1;
  −
}
  −
span.texhtml {
  −
   white-space: nowrap;
  −
}
  −
span.texhtml span.texhtml {
  −
   font-size: 100%;
  −
}
  −
span.mwe-math-mathml-inline {
  −
   font-size: 118%;
  −
}
  −
  −
/* Force tabular and lining display for digits and texhtml */
  −
.digits,
  −
.texhtml {
  −
   -moz-font-feature-settings: "lnum", "tnum", "kern" 0;
  −
   -webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
  −
   font-feature-settings: "lnum", "tnum", "kern" 0;
  −
   font-variant-numeric: lining-nums tabular-nums;
  −
   font-kerning: none;
  −
}
  −
  −
/* Make <math display="block"> be left aligned with one space indent for compatibility with style conventions */
  −
.mwe-math-fallback-image-display,
  −
.mwe-math-mathml-display {
  −
   margin-left: 1.6em !important;
  −
   margin-top: 0.6em;
  −
   margin-bottom: 0.6em;
  −
}
  −
.mwe-math-mathml-display math {
  −
   display: inline;
   
}
 
}