mirror of
https://github.com/documize/community.git
synced 2025-07-28 09:39:42 +02:00
parent
6738d2c9e1
commit
a08b583b22
2 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
window.assetMapping = {
|
window.assetMapping = {
|
||||||
app: '{{rootURL}}assets/documize.js',
|
app: '{{rootURL}}assets/documize.js',
|
||||||
vendor: '{{rootURL}}assets/vendor.js',
|
vendor: '{{rootURL}}assets/vendor.js',
|
||||||
themedefault: '{{rootURL}}assets/documuze.css',
|
themedefault: '{{rootURL}}assets/documize.css',
|
||||||
themeconference: '{{rootURL}}assets/theme-conference.css',
|
themeconference: '{{rootURL}}assets/theme-conference.css',
|
||||||
themeforest: '{{rootURL}}assets/theme-forest.css',
|
themeforest: '{{rootURL}}assets/theme-forest.css',
|
||||||
themebrave: '{{rootURL}}assets/theme-brave.css',
|
themebrave: '{{rootURL}}assets/theme-brave.css',
|
||||||
|
|
|
@ -267,7 +267,8 @@
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
font-size: 1.1rem;
|
font-size: 1rem;
|
||||||
|
font-family: monospace, 'Courier New', Courier;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror-linebackground {
|
.CodeMirror-linebackground {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue