From 8e7db58e04368b3a5da1a62a43d5439aee96ca7d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 23 Sep 2013 22:02:08 +0200 Subject: Limit header nav width to content width Looks like this has been missed somewhere along the way (36a1bb6770cb76ec7baf4e215c4379b070c60639) and ended up too deep down. Signed-off-by: Florian Pritz --- application/views/header.php | 78 ++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 39 deletions(-) (limited to 'application') diff --git a/application/views/header.php b/application/views/header.php index 7d4ba1f54..75f51664a 100644 --- a/application/views/header.php +++ b/application/views/header.php @@ -33,8 +33,8 @@ if (is_cli_client() && !isset($force_full_html)) { include FCPATH."data/local/header.inc.php"; }?> -- cgit v1.2.3-24-g4f1b