summaryrefslogtreecommitdiff
path: root/www/styles/main.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-09-30 01:42:52 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-09-30 01:43:14 (GMT)
commitc65e8fafc59c7bcc544a42955cb256ba940c1b50 (patch)
treee391cc43ac616accd1bc44610d4f26c1e246302d /www/styles/main.css
parentc040aa8a9b7158748733daadc0721463d932423a (diff)
server resurrection and icon license footer
Diffstat (limited to 'www/styles/main.css')
-rw-r--r--www/styles/main.css16
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;