From 1ce1739747c6002621241a6a9e4c546181627744 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Mon, 9 May 2016 11:32:50 +0000 Subject: [PATCH] #simeox Highlight news link in menu when on the news page @0h15 --- framework/application/views/scripts/common/header.phtml | 2 +- less/news.less | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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; } -- 2.39.5