docs: add logo to sidebar, fix footer positioning, and switch to em units for responsive consistency

This commit is contained in:
underscorediscovery
2019-02-06 02:18:24 +00:00
parent 310213e4b2
commit d0666f5a14
23 changed files with 103 additions and 28 deletions
+1
View File
@@ -240,5 +240,6 @@ The built-in [List](lists.html) and [Range](values.html#ranges) types implement
`iterate()` and `iteratorValue()` to walk over their respective sequences. You
can implement the same methods in your classes to make your own types iterable.
<br><hr>
<a class="right" href="variables.html">Variables &rarr;</a>
<a href="method-calls.html">&larr; Method Calls</a>