Change the scriptstyle size from 2/3em to 0.7em
Summary: I don't know why we originally used 2/3em for scriptstyle, but both TeX and MathJax use 0.7em for the scriptstyle size. Test Plan: - Look at huxley tests, make sure everything that changed is due to the change in font size Reviewers: alpert Reviewed By: alpert Differential Revision: http://phabricator.khanacademy.org/D12869
4
Style.js
|
@ -63,8 +63,8 @@ var styles = [
|
|||
new Style(Dc, 0, 1.0, true),
|
||||
new Style(T, 1, 1.0, false),
|
||||
new Style(Tc, 1, 1.0, true),
|
||||
new Style(S, 2, 0.66667, false),
|
||||
new Style(Sc, 2, 0.66667, true),
|
||||
new Style(S, 2, 0.7, false),
|
||||
new Style(Sc, 2, 0.7, true),
|
||||
new Style(SS, 3, 0.5, false),
|
||||
new Style(SSc, 3, 0.5, true)
|
||||
];
|
||||
|
|
|
@ -151,15 +151,15 @@ big parens
|
|||
}
|
||||
|
||||
.reset-textstyle.textstyle { font-size: 1em; }
|
||||
.reset-textstyle.scriptstyle { font-size: 0.66667em; }
|
||||
.reset-textstyle.scriptstyle { font-size: 0.7em; }
|
||||
.reset-textstyle.scriptscriptstyle { font-size: 0.5em; }
|
||||
|
||||
.reset-scriptstyle.textstyle { font-size: 1.5em; }
|
||||
.reset-scriptstyle.textstyle { font-size: 1.42857em; }
|
||||
.reset-scriptstyle.scriptstyle { font-size: 1em; }
|
||||
.reset-scriptstyle.scriptscriptstyle { font-size: 0.75em; }
|
||||
.reset-scriptstyle.scriptscriptstyle { font-size: 0.71429em; }
|
||||
|
||||
.reset-scriptscriptstyle.textstyle { font-size: 2em; }
|
||||
.reset-scriptscriptstyle.scriptstyle { font-size: 1.5em; }
|
||||
.reset-scriptscriptstyle.scriptstyle { font-size: 1.4em; }
|
||||
.reset-scriptscriptstyle.scriptscriptstyle { font-size: 1em; }
|
||||
|
||||
.baseline-align-hack-outer() {
|
||||
|
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |