Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jochen Bauer
spn-website
Commits
b7c8dbf6
Commit
b7c8dbf6
authored
May 09, 2018
by
nachtgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
safari ide tweaked, global space reduced in the docs
parent
5f278572
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
docs/lua/sample.lua
docs/lua/sample.lua
+1
-1
docs/templates/docs/docs.html
docs/templates/docs/docs.html
+1
-1
ide/static/ide/ide.css
ide/static/ide/ide.css
+11
-0
No files found.
docs/lua/sample.lua
View file @
b7c8dbf6
...
...
@@ -5,7 +5,7 @@
--- when it touches another snake with its head.
---
--- <h2>Lua global namespace</h2>
--- <p>Every snake is allowed to store 10
0
MB within the global namespace and the
--- <p>Every snake is allowed to store 10MB within the global namespace and the
--- data persists until the bot dies. So the bot can save data from frame
--- to frame.</p>
--- <p>The following Lua standard functions are allowed:</p>
...
...
docs/templates/docs/docs.html
View file @
b7c8dbf6
...
...
@@ -32,7 +32,7 @@
when it touches another snake with its head.
<h2>
Lua global namespace
</h2>
<p>
Every snake is allowed to store 10
0
MB within the global namespace and the
<p>
Every snake is allowed to store 10MB within the global namespace and the
data persists until the bot dies. So the bot can save data from frame
to frame.
</p>
<p>
The following Lua standard functions are allowed:
</p>
...
...
ide/static/ide/ide.css
View file @
b7c8dbf6
...
...
@@ -160,3 +160,14 @@ div.modal>div>footer {
{
width
:
400px
;
text-align
:
left
;
}
/* safari hack against grid layout bugs */
/* https://stackoverflow.com/questions/16348489 */
@media
not
all
and
(
min-resolution
:
.001dpcm
)
{
@supports
(
-webkit-appearance
:
none
)
and
(
stroke-color
:
transparent
)
{
#ide
{
height
:
87vh
;
width
:
98vw
;
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment