aboutsummaryrefslogtreecommitdiff
path: root/themes/default
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/include/primary.css4
-rw-r--r--themes/default/index.php2
2 files changed, 5 insertions, 1 deletions
diff --git a/themes/default/include/primary.css b/themes/default/include/primary.css
index 93aa1ab..7bed7ce 100644
--- a/themes/default/include/primary.css
+++ b/themes/default/include/primary.css
@@ -100,6 +100,10 @@
font-size: 10px;
}
+ .clear {
+ clear: both;
+ }
+
/*********************************
** Nav Links Styles **
*********************************/
diff --git a/themes/default/index.php b/themes/default/index.php
index 1004e0a..3d02ec1 100644
--- a/themes/default/index.php
+++ b/themes/default/index.php
@@ -15,7 +15,7 @@ try {
ob_start("fatal_error_handler");
set_error_handler("handle_error");
-
+require_once self::$root_path . '/include/functions.php';
include self::$header;
//session_start();