From 2b558f0e1087c49de2d76c9abee7e386e43666d8 Mon Sep 17 00:00:00 2001 From: clement <clemmercier45@gmail.com> Date: Wed, 18 Jun 2014 01:51:36 +0200 Subject: [PATCH] c --- css/custom_bootstrap.css | 16 ---------------- template/header.php | 2 -- 2 files changed, 18 deletions(-) delete mode 100644 css/custom_bootstrap.css diff --git a/css/custom_bootstrap.css b/css/custom_bootstrap.css deleted file mode 100644 index ea62426..0000000 --- a/css/custom_bootstrap.css +++ /dev/null @@ -1,16 +0,0 @@ -#footer { - position: absolute; - bottom: 0; - width: 100%; - /* Set the fixed height of the footer here */ - height: 30px; - background-color: #108a93; - padding-top: 10px; - padding-bottom: 0px; - text-align: center; - color: black; -} - -.text-footer { - text-align: center; -} \ No newline at end of file diff --git a/template/header.php b/template/header.php index d861af6..39876c5 100644 --- a/template/header.php +++ b/template/header.php @@ -14,8 +14,6 @@ <link href="http://tuxa.sme.utc/~nf17p110/css/sticky-footer.css" rel="stylesheet"> - <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