diff options
| author | spiderr <spider@viovio.com> | 2013-04-08 15:19:12 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-08 15:19:12 -0400 |
| commit | 3b62c75acc3634172b9db2f4079608bb9e92bd2d (patch) | |
| tree | f6a1d469fde441dc157a422a12e54a9c16dcbef9 | |
| parent | af380d3d2495f04f3149b1cfb5a75e2898578fc5 (diff) | |
| download | install-3b62c75acc3634172b9db2f4079608bb9e92bd2d.tar.gz install-3b62c75acc3634172b9db2f4079608bb9e92bd2d.tar.bz2 install-3b62c75acc3634172b9db2f4079608bb9e92bd2d.zip | |
clean up footer
| -rw-r--r-- | css/install.css | 2 | ||||
| -rw-r--r-- | templates/install.tpl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/css/install.css b/css/install.css index f2a96fd..92f6856 100644 --- a/css/install.css +++ b/css/install.css @@ -35,7 +35,7 @@ a:hover {text-decoration:underline} .icon {border:0;vertical-align:middle} a img {border:0} - +footer { background:none; } /* forms */ form {clear:both} diff --git a/templates/install.tpl b/templates/install.tpl index 9989c2a..f008405 100644 --- a/templates/install.tpl +++ b/templates/install.tpl @@ -71,9 +71,9 @@ </div> <section> </div> -{include file="bitpackage:kernel/bot_bar.tpl"} - <footer class="container aligncenter"> + <footer class="container aligncenter"> + {include file="bitpackage:kernel/bot_bar.tpl"} </footer> </body> </html> |
