From 36305ff45aa8ce8f53b3509e0976ed008233fbad Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Wed, 8 Mar 2017 13:01:21 -0500 Subject: [PATCH] formatting, indent projects etc --- includes/style.css | 4 ++++ model/model.php | 1 + view/index.php | 38 ++++++++++++++++++++++++-------------- 3 files changed, 29 insertions(+), 14 deletions(-) diff --git a/includes/style.css b/includes/style.css index 38459c1..858498e 100644 --- a/includes/style.css +++ b/includes/style.css @@ -57,6 +57,10 @@ font-family:'bree_serifregular'; font-size: 404%; } +.indent { +margin-left:10px; +} + h1,h2 { font-size:256%; font-family:'bree_serifregular'; diff --git a/model/model.php b/model/model.php index fa75f65..674e8db 100644 --- a/model/model.php +++ b/model/model.php @@ -24,6 +24,7 @@ class model { $this->recaptcha_publickey = $config['recaptcha']['publickey']; $this->recaptcha_privatekey = $config['recaptcha']['privatekey']; $this->title = $config['site']['title']; + $this->site_title = $config['site']['title']; $this->tab_title = $config['site']['tab_title']; $this->home_link = $config['site']['home_link']; } diff --git a/view/index.php b/view/index.php index b3cbb51..847386b 100644 --- a/view/index.php +++ b/view/index.php @@ -22,20 +22,26 @@