diff --git a/eg/tryhy/css/style.css b/eg/tryhy/css/style.css index 37c940f..d18fe3c 100644 --- a/eg/tryhy/css/style.css +++ b/eg/tryhy/css/style.css @@ -30,6 +30,7 @@ body { margin-top: 177px; margin-left: 230px; -webkit-transform: skew(4deg) rotate(4deg); + transform: skew(4deg) rotate(4deg); } div#hy-console.console div.jquery-console-inner { @@ -38,3 +39,18 @@ div#hy-console.console div.jquery-console-inner { overflow: hidden; background: none; } + +#footer { + margin-left: 165px; + margin-top: 65px; + -webkit-transform: skew(4deg) rotate(4deg); + transform: skew(4deg) rotate(4deg); + font-family: monospace; + font-style: italic; + font-weight: bold; +} + +#footer a { + color:#686868; + text-decoration: none; +} diff --git a/eg/tryhy/templates/index.html b/eg/tryhy/templates/index.html index 2b773a0..ad8887a 100644 --- a/eg/tryhy/templates/index.html +++ b/eg/tryhy/templates/index.html @@ -10,12 +10,13 @@ var hy_version = '{{hy_version}}'; var server_software = '{{server_software}}'; + -
-
+
+