forked from glen/dyna3
Correct indentation of CSS
This commit is contained in:
parent
182b5bb9f6
commit
665cb30ce0
1 changed files with 10 additions and 10 deletions
|
@ -40,17 +40,17 @@ opentools(win)
|
||||||
|
|
||||||
# set stylesheet
|
# set stylesheet
|
||||||
style!(win, """
|
style!(win, """
|
||||||
body {
|
body {
|
||||||
background-color: #ffe0f0;
|
background-color: #ffe0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* needed to keep Ganja canvas from blowing up */
|
/* needed to keep Ganja canvas from blowing up */
|
||||||
canvas {
|
canvas {
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
min-height: 600px;
|
min-height: 600px;
|
||||||
max-height: 600px;
|
max-height: 600px;
|
||||||
}
|
}
|
||||||
""")
|
""")
|
||||||
|
|
||||||
# load Ganja.js
|
# load Ganja.js
|
||||||
|
|
Loading…
Add table
Reference in a new issue