From af312cd3ae9eb3616ed1e19812a87101ad80ecf8 Mon Sep 17 00:00:00 2001 From: clement <clemmercier45@gmail.com> Date: Wed, 18 Jun 2014 01:28:57 +0200 Subject: [PATCH] c --- css/custom_boostrap.css | 21 --------------------- template/header.php | 2 +- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 css/custom_boostrap.css diff --git a/css/custom_boostrap.css b/css/custom_boostrap.css deleted file mode 100644 index 3bac110..0000000 --- a/css/custom_boostrap.css +++ /dev/null @@ -1,21 +0,0 @@ -#footer { - position: absolute; - bottom: 0; - width: 100%; - /* Set the fixed height of the footer here */ - height: 30px; - background-color: #108a93; -} - -.footer-container { - width: auto; - max-width: 680px; - padding-top: 10px; - padding-bottom: 0px; - text-align: center; -} - -.text-footer { - text-align: center; - color: black; -} \ No newline at end of file diff --git a/template/header.php b/template/header.php index dff0cdd..3cfb0c3 100644 --- a/template/header.php +++ b/template/header.php @@ -14,7 +14,7 @@ <link href="http://tuxa.sme.utc/~nf17p110/css/sticky-footer.css" rel="stylesheet"> - <link rel="stylesheet" href="http://tuxa.sme.utc/~nf17p110/css/custom_boostrap.css"> + <link rel="stylesheet" href="http://tuxa.sme.utc/~nf17p110/css/custom_bootstrap.css"> <!-- Optional theme --> <link rel="icon" type="image/png" href="http://tuxa.sme.utc/~nf17p110/img/logo.png" /> -- GitLab