diff options
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; |