Changeset - 1f6e2156f47d
[Not reviewed]
0 4 0
Bradley M. Kuhn - 2 years ago 2021-10-21 19:40:09
bkuhn@sfconservancy.org
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.
4 files changed with 6 insertions and 5 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -386,2 +386,3 @@ body > header {
 
#container #sidebar.VizioPress ul li.VizioPress,
 
#container #sidebar.IssuesInTheNews ul li.IssuesInTheNews,
 
#container #sidebar.Glossary ul li.Glossary,
www/conservancy/templates/base_press.html
Show inline comments
...
 
@@ -3,2 +3,3 @@
 
{% load humanize %}
 
{% block category %}News{% endblock %}
 
{% block head %}
...
 
@@ -18,5 +19,4 @@
 
            <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>
www/conservancy/templates/submenus/learn_partial.html
Show inline comments
...
 
@@ -4,3 +4,3 @@
 
  <li><a href="/press/qanda.html">Q&amp;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>
www/conservancy/templates/submenus/news_partial.html
Show inline comments
...
 
@@ -4,3 +4,3 @@
 
  <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>
0 comments (0 inline, 0 general)