]> _ Git - ccgm.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 3 Oct 2013 13:52:36 +0000 (13:52 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 3 Oct 2013 13:52:36 +0000 (13:52 +0000)
524d6eb0-plan_acces_01.jpg [new file with mode: 0644]
framework/application/Bootstrap.php
framework/application/controllers/IndexController.php
less/common.less

diff --git a/524d6eb0-plan_acces_01.jpg b/524d6eb0-plan_acces_01.jpg
new file mode 100644 (file)
index 0000000..c13eaed
Binary files /dev/null and b/524d6eb0-plan_acces_01.jpg differ
index 5507496c14bc229e76d58f37df5da80d94c4291e..3323c57d7d2b4b2894e7d9c1c9daa8128ddc503f 100644 (file)
@@ -11,7 +11,8 @@ class Bootstrap extends CubeIT_Bootstrap {
 
        protected function _initScripts() {
                parent::_initScripts();
-               $this->getView()->headScript()->addWebFont(array('google' => array('families' => array('Ubuntu:500italic,300,300italic,500,400italic'))));
+               $view = $this->getView();
+               $view->headScript()->addWebFont(array('google' => array('families' => array('Ubuntu:500italic,300,300italic,500,400italic'))));
        }
 
        protected function _initRouter($initCms = true, $standard = true) {
index 8b56c5bc910e72c8b7fbf77c1ead730693f3151c..bb6fb38d2631dfc7ade5e517985ad26fe92b72c5 100644 (file)
@@ -4,7 +4,8 @@ class IndexController extends CubeIT_Controller_IndexController {
 
        public function pageAction() {
                $this->view->showbreadcrubms = $this->view->showsidebar = $this->view->showtopimage = true;
-               return parent::pageAction();    
+               $this->view->contentWidth = 769;
+               return parent::pageAction();
        }
 
 }
index a5078ceb47359f6a6487023639e9c3953d8a7b31..c90959aa5f69c4162c9942ab2a8de21709e034e7 100644 (file)
@@ -222,7 +222,7 @@ q:after{content:"";}
 }\r
 .twocolumns #content,\r
 .twocolumns .contents{\r
-       width:765px;\r
+       width:769px;\r
        float:right;\r
 }\r
 \r
@@ -375,3 +375,6 @@ q:after{content:"";}
        }\r
 }\r
 \r
+\r
+\r
+\r