Changes

1,013 bytes removed ,  12:14, 8 May 2017
m
no edit summary
Line 739: Line 739:  
       min-height: auto;
 
       min-height: auto;
 
     }
 
     }
}
  −
  −
/* 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;
   
}
 
}