From: stephen@cubedesigners.com Date: Mon, 9 May 2016 11:32:50 +0000 (+0000) Subject: #simeox Highlight news link in menu when on the news page @0h15 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1ce1739747c6002621241a6a9e4c546181627744;p=physioassist.git #simeox Highlight news link in menu when on the news page @0h15 --- diff --git a/framework/application/views/scripts/common/header.phtml b/framework/application/views/scripts/common/header.phtml index facb094..a9f1302 100644 --- a/framework/application/views/scripts/common/header.phtml +++ b/framework/application/views/scripts/common/header.phtml @@ -29,7 +29,7 @@ $data = CubeIT_Util_Cms::getCMSDatasOfPage('home'); $URL = "/#$s"; } - echo '
  • '. $title .'
  • '; + echo '
  • '. $title .'
  • '; } ?> diff --git a/less/news.less b/less/news.less index 362d911..3f5a92a 100644 --- a/less/news.less +++ b/less/news.less @@ -1,3 +1,9 @@ +body.news { + .nav-news { + color: #1d81c2; + } +} + .page-heading { margin: 60px 0 110px; }