From a68148a845ccb52d8999653674a8771399865f7e Mon Sep 17 00:00:00 2001 From: cortylal <alexcortyl@gmail.com> Date: Wed, 18 Jun 2014 00:40:44 +0200 Subject: [PATCH] footer --- css/custom_boostrap.css | 2 +- template/header.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/custom_boostrap.css b/css/custom_boostrap.css index 2c0a5a5..d2e758b 100644 --- a/css/custom_boostrap.css +++ b/css/custom_boostrap.css @@ -12,7 +12,7 @@ max-width: 680px; padding-top: 10px; padding-bottom: 0px; - /*text-align : center;*/ + text-align : center; } .text-footer { diff --git a/template/header.php b/template/header.php index acd2fd0..514c222 100644 --- a/template/header.php +++ b/template/header.php @@ -12,7 +12,7 @@ <!-- 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_bootstrap.css"> + <!--<link rel="stylesheet" href="http://tuxa.sme.utc/~nf17p110/css/custom_bootstrap.css"> --> <link href="http://tuxa.sme.utc/~nf17p110/css/sticky-footer.css" rel="stylesheet"> -- GitLab