diff --git a/code/html/custom.css b/code/html/custom.css index 84f7a764..2c83b264 100644 --- a/code/html/custom.css +++ b/code/html/custom.css @@ -8,6 +8,19 @@ .panel { display: none; } +.footer { + position: absolute; + bottom: 0; + left: 0; + right: 0; + padding: 10px; + font-size: 80%; + color: #999; +} +#menu .footer a { + text-decoration: none; + padding: 0px; +} .content { margin: 0px; } diff --git a/code/html/index.html b/code/html/index.html index 037e9336..ea18a63f 100644 --- a/code/html/index.html +++ b/code/html/index.html @@ -117,6 +117,14 @@ + +