diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2011-04-17 12:49:09 -0400 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2011-04-17 12:49:09 -0400 |
commit | fa8180ea3a41584943dd7464eb8c3cad769d8211 (patch) | |
tree | 9d52ffcd157d29f322226b467d7fe70eaa502388 /themes | |
parent | b3261cbea8c20989d2976a4816021438a668397d (diff) | |
download | bayonetcms-fa8180ea3a41584943dd7464eb8c3cad769d8211.tar.gz |
Jessus christ
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2.1@491 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/include/primary.css | 4 | ||||
-rw-r--r-- | themes/default/index.php | 2 |
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(); |