index.css 580 B

1234567891011121314
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. /* Left-justify the MathJax preview in cell outputs. */
  6. .jp-OutputArea-output.jp-RenderedLatex .MathJax_Preview .MJXp-display {
  7. text-align: left !important;
  8. }
  9. /* Left-justify the MathJax display equation in cell outputs. */
  10. .jp-OutputArea-output.jp-RenderedLatex .MathJax_Display {
  11. text-align: left !important;
  12. }