mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 05:58:40 +00:00
Sync styles with khan-exercises
Summary: Get the styles into a form that they can be directly copied over to khan-exercises, with no changes. Mostly just changing #math to .mathmathmath and adding a font style and size. Test Plan: Make sure that the local test still works. Reviewers: spicyj Reviewed By: spicyj Differential Revision: http://phabricator.benalpert.com/D47
This commit is contained in:
9
static/main.css
Normal file
9
static/main.css
Normal file
@@ -0,0 +1,9 @@
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
input {
|
||||
margin: 0px;
|
||||
font-size: 100%;
|
||||
}
|
Reference in New Issue
Block a user