From: Michael Rasmussen Date: Mon, 8 Jun 2015 22:47:46 +0000 (+0200) Subject: Move footer to bottom X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/a753fb8c16995eda2df899df85d5f0c7668bad6c Move footer to bottom --- diff --git a/css/styles.css b/css/styles.css index 303d43a..6773417 100644 --- a/css/styles.css +++ b/css/styles.css @@ -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 {