diff --git a/website/index.html b/website/index.html index fa641ad662..f7e6a8d677 100644 --- a/website/index.html +++ b/website/index.html @@ -13,6 +13,21 @@
Linux & Mac | +Windows | +
---|---|
+ |
+
+ |
+
Deno is a program for executing JavaScript and TypeScript outside of the web browser. @@ -24,6 +39,8 @@
Install Deno into ~/.deno/bin
curl -L https://deno.land/x/install/install.py | python @@ -50,8 +67,9 @@ And if you ever want to upgrade to the latest published version: file_server --reload+
All benchmark data diff --git a/website/style.css b/website/style.css index 1e604d0e8b..c5626fb4b2 100644 --- a/website/style.css +++ b/website/style.css @@ -22,13 +22,26 @@ a { pre { background: #ddd; padding: 15px; - word-wrap: normal + word-wrap: normal; + overflow-x: auto; } a:hover { background: #aee; } +table { + border-collapse: collapse; + border-spacing: 0; +} + +td, th { + text-align: center; + vertical-align: middle; + border: 1px solid #aaa; + padding: 6px; +} + @media only screen and (max-device-width: 480px) { main { @@ -38,10 +51,5 @@ a:hover { body { margin: 0; } - - svg { - max-width: 375px; - margin: 25px -15px; - } }