From fa8180ea3a41584943dd7464eb8c3cad769d8211 Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Sun, 17 Apr 2011 16:49:09 +0000 Subject: Jessus christ git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2.1@491 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- themes/default/include/primary.css | 4 ++++ themes/default/index.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'themes/default') 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(); -- cgit