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

index 303d43a540b18951b0d132893899267ec52fca56..677341725a6d6f0bba9e63853b7bbd9054a09b3b 100644 (file)
@@ -65,12 +65,13 @@ body {
 .footer {
     margin-top: 20px;
     margin-bottom: 10px;
-    left: 40%;
     bottom:0;
+    width: 99%;
     position: absolute;
     font-size: 0.7em;
     background: #ECECAC;
     color: black;
+    text-align: center;
 }
 
 .whitefooter {
This page took 0.030092 seconds and 5 git commands to generate.