Fixing comments on equation justification.

Brian E. Granger 13 years ago
parent ba38fad3b8
commit 882c791a8a

@ -25,7 +25,9 @@ IPython.mathjaxutils = (function (IPython) {
processEscapes: true,
processEnvironments: true
},
displayAlign: 'center', // Change this to 'center' to center equations.
// Center justify equations in code and markdown cells. Elsewhere
// we use CSS to left justify single line equations in code cells.
displayAlign: 'center',
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0}}
}

@ -12,7 +12,6 @@ div.output_area {
.rendered_html {
// Inside a CodeCell, elements are left justified
table {
// Center tables horizontally
margin-left: 0;
margin-right: 0;
}

Loading…
Cancel
Save