]> git.datanom.net - qtadmin.git/commitdiff
Move footer to bottom
authorMichael Rasmussen <mir@datanom.net>
Mon, 8 Jun 2015 22:35:51 +0000 (00:35 +0200)
committerMichael Rasmussen <mir@datanom.net>
Mon, 8 Jun 2015 22:35:51 +0000 (00:35 +0200)
css/styles.css

index 87588b0c21dcf0f3f914a321be99b2cf3cf61c66..303d43a540b18951b0d132893899267ec52fca56 100644 (file)
@@ -63,9 +63,11 @@ body {
 }
 
 .footer {
-    text-align: center;
     margin-top: 20px;
     margin-bottom: 10px;
+    left: 40%;
+    bottom:0;
+    position: absolute;
     font-size: 0.7em;
     background: #ECECAC;
     color: black;
This page took 0.047404 seconds and 5 git commands to generate.