mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-14 14:52:37 +00:00
Update comment
Comment in editor.js referenced file called "general.styl", changed that to "general.css".
This commit is contained in:
parent
42b87e0fbc
commit
5151aae07e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ window.editors = [];
|
|||
showLineNumbers: false,
|
||||
showGutter: false,
|
||||
maxLines: Infinity,
|
||||
fontSize: "0.875em" // please adjust the font size of the code in general.styl
|
||||
fontSize: "0.875em" // please adjust the font size of the code in general.css
|
||||
});
|
||||
|
||||
editor.$blockScrolling = Infinity;
|
||||
|
|
Loading…
Reference in a new issue