docs; formatting and tidying

- quick clean up pass on layout and colors for clarity/legibility
- added logo to the sidebar
- fix various css things like a full height page when content is shorter, so the footer doesn't creep away from the bottom
- start using em instead of px for consistency across devices
This commit is contained in:
underscorediscovery
2019-02-05 18:18:24 -08:00
parent 2d449cd4c9
commit 21024bfa13
23 changed files with 103 additions and 28 deletions
+1
View File
@@ -168,5 +168,6 @@ For example, a method for parsing a number could return a number on success and
`null` to indicate parsing failed. Since Wren is dynamically typed, it's easy
and natural for a method to return different types of values.
<br><hr>
<a class="right" href="modularity.html">Modularity &rarr;</a>
<a href="concurrency.html">&larr; Concurrency</a>