cleaned up latex styling, polyfill function wrapper, draft number template update for polyfill

This commit is contained in:
marco
2013-05-16 09:50:16 -04:00
parent bbb6a3c60d
commit ef14155306
6 changed files with 14 additions and 16 deletions

View File

@@ -99,6 +99,13 @@
}
}
.problem-editor {
// adding padding to simple editor only - adjacent selector is needed since there are no toggles for CodeMirror
.markdown-box+.CodeMirror {
padding: 10px;
}
}
.problem-editor-icon {
display: inline-block;
width: 26px;