diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-09-30 01:42:52 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-09-30 01:43:14 (GMT) |
commit | c65e8fafc59c7bcc544a42955cb256ba940c1b50 (patch) | |
tree | e391cc43ac616accd1bc44610d4f26c1e246302d /www/styles | |
parent | c040aa8a9b7158748733daadc0721463d932423a (diff) |
server resurrection and icon license footer
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/main.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/styles/main.css b/www/styles/main.css index 37b5b80..980ad00 100644 --- a/www/styles/main.css +++ b/www/styles/main.css @@ -38,6 +38,22 @@ font-weight: bold; } +.footer { + position: absolute; + bottom: 0; + width: 100%; + /* Set the fixed height of the footer here */ + height: 2em; + background-color: #7f7f7f; +} + +.footer a { + color: #ffffff; + position: absolute; + bottom: 0.3em; + right: 2em; +} + #rhctlraw { background-color: white; border: 1px solid; |