Additional fixes for menu items related to news and press
A few additional places where the news and press pages were not properly menu integrated. This fixes various inconsistencies and missing category and submenu markings in menus.
This commit is contained in:
parent
a80c95fd13
commit
1f6e2156f4
4 changed files with 6 additions and 5 deletions
|
@ -384,6 +384,7 @@ body > header {
|
|||
#container #sidebar.VizioPressKit ul li.VizioPressKit,
|
||||
#container #sidebar.VizioPhotoAssets ul li.VizioPhotoAssets,
|
||||
#container #sidebar.VizioPress ul li.VizioPress,
|
||||
#container #sidebar.IssuesInTheNews ul li.IssuesInTheNews,
|
||||
#container #sidebar.Glossary ul li.Glossary,
|
||||
#container #sidebar.CopyleftCompliance ul li.CopyleftCompliance,
|
||||
#container #sidebar.HelpComply ul li.HelpComply,
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{% extends "base_conservancy.html" %}
|
||||
{% load cache %}
|
||||
{% load humanize %}
|
||||
{% block category %}News{% endblock %}
|
||||
{% block head %}
|
||||
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/forms.css" rel="stylesheet" type="text/css"/>
|
||||
|
@ -16,9 +17,8 @@
|
|||
<h2>Resources for Journalists</h2>
|
||||
<ul>
|
||||
<li class="News"><a href="/news/">News</a></li>
|
||||
<li class="PressKit"><a href="/press/">Press Kit</a></li>
|
||||
<li class="OurCoverage"><a href="/press/ourcoverage.html">Our Coverage</a></li>
|
||||
<li class="InTheNews"><a href="/press/inthenews.html">Our Issues In The News</a></li>
|
||||
<li class="PressKit"><a href="/press/">Vizio Press Kit</a></li>
|
||||
<li class="IssuesInTheNews"><a href="/press/inthenews.html">Our Issues In The News</a></li>
|
||||
<li class="VizioPress"><a href="/press/vizio-coverage.html">Our Vizio Lawsuit In The News</a></li>
|
||||
<li class="Glossary"><a href="/copyleft-compliance/glossary.html">Glossary</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
<li><a href="/copyleft-compliance/glossary.html">Glossary of Terms</a></li>
|
||||
<li><a href="/copyleft-compliance/vizio.html">Vizio Lawsuit</a></li>
|
||||
<li><a href="/press/qanda.html">Q&A</a></li>
|
||||
<li><a href="/press/inthenews.html">In The News</a></li>
|
||||
<li><a class="IssuesInTheNews" href="/press/inthenews.html">Our Issues In The News</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
<li><a href="/news/">News Releases</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a class="VizioPress" href="/press/vizio-coverage.html">Vizio Lawsuit In The News</a></li>
|
||||
<li><a href="/press/inthenews.html">Our Issues In The News</a></li>
|
||||
<li><a class="OurIssuesInTheNews" href="/press/inthenews.html">Our Issues In The News</a></li>
|
||||
<li><a href="/press/">Press</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue