Changeset - c15ed233cfed
[Not reviewed]
0 4 0
Bradley Kuhn (bkuhn) - 9 years ago 2015-03-05 15:43:41
bkuhn@ebb.org
Begin work to highlight sidebar menu correctly.

The sidebar menu, and its related top menu item should match setups used
with other sidebar based pages on the site.
4 files changed with 6 insertions and 3 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -150,3 +150,4 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
#container #sidebar.Services ul li.Services,
 
#container #sidebar.Applying ul li.Applying
 
#container #sidebar.Applying ul li.Applying,
 
#container #sidebar.Applying ul li.AboutCompliance
 
{
...
 
@@ -264,2 +265,3 @@ body.conservancy-blog #navbar ul li.blog a,
 
body.conservancy-About #navbar ul li.About a,
 
body.conservancy-linux-compliance #navbar ul li.linux-compliance a,
 
body.conservancy-donate #navbar ul li.donate a,
www/conservancy/static/linux-compliance/about.html
Show inline comments
...
 
@@ -2,3 +2,3 @@
 
{% block subtitle %}GPL Compliance Project For Linux Developers - {% endblock %}
 
{% block submenuselection %}About{% endblock %}
 
{% block submenuselection %}AboutCompliance{% endblock %}
 
{% block content %}
www/conservancy/templates/base_compliance.html
Show inline comments
...
 
@@ -45,3 +45,3 @@ of $<span id="fundraiser-goal">50,000</span> match met.<br/>
 
            <ul>
 
            <li class="About"><a href="/linux-compliance/about.html">About GPL Compliance Project for Linux Developers</a></li>
 
            <li class="AboutCompliance"><a href="/linux-compliance/about.html">About GPL Compliance Project for Linux Developers</a></li>
 
            </ul>
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -29,2 +29,3 @@
 
          <li class="npoacct"><a href="/npoacct/">NPOAcct</a></li>
 
          <li class="linux-compliance"><a href="/linux-compliance/">GPL</a></li>
 
          <li class="supporter"><a href="/supporter/">Become a Supporter!</a></li>
0 comments (0 inline, 0 general)