From 46672cad81c8ba7c90a111705c19b1225cc2c906 Mon Sep 17 00:00:00 2001 From: cortylal <alexcortyl@gmail.com> Date: Wed, 18 Jun 2014 00:15:39 +0200 Subject: [PATCH] footer --- css/custom_boostrap.css | 2 +- template/header.php | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/css/custom_boostrap.css b/css/custom_boostrap.css index bd331d8..956fe97 100644 --- a/css/custom_boostrap.css +++ b/css/custom_boostrap.css @@ -17,5 +17,5 @@ .text-footer { text-align : center; - + color : black; } \ No newline at end of file diff --git a/template/header.php b/template/header.php index 7173e6f..250b8d7 100644 --- a/template/header.php +++ b/template/header.php @@ -12,6 +12,10 @@ <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="http://tuxa.sme.utc/~nf17p110/css/bootstrap.css"> + <link rel="stylesheet" href="http://tuxa.sme.utc/~nf17p110/css/custom_boostrap.css"> + + <link href="http://tuxa.sme.utc/~nf17p110/css/sticky-footer.css" rel="stylesheet"> + <!-- Optional theme --> <link rel="icon" type="image/png" href="http://tuxa.sme.utc/~nf17p110/img/logo.png" /> -- GitLab