Changeset - 9eb6dece5cbb
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 12 years ago 2011-09-30 13:26:17
bkuhn@ebb.org
Fixed CSS to highlight on about page properly.
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -112,4 +112,5 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
#container #sidebar.Officers ul li.Officers,
 
#container #sidebar.Staff ul li.Staff,
 
#container #sidebar.Outside ul li.Outside,
 
#container #sidebar.Current ul li.Current,
 
#container #sidebar.Services ul li.Services,
www/conservancy/templates/base_about.html
Show inline comments
...
 
@@ -9,5 +9,5 @@
 
            <li class="Officers"><a href="/about/officers/">Officers</a></li>
 
            <li class="Staff"><a href="/about/staff/">Staff</a></li>
 
            <li class="Staff"><a href="/about/outside/">Outside Counsel &amp; Contractors</a></li>
 
            <li class="Outside"><a href="/about/outside/">Outside Counsel &amp; Contractors</a></li>
 
            <li class="Filings"><a href="/about/filings/">Filings</a></li>
 
            <li class="License"><a href="/about/license/">License &amp; Sources</a></li>
0 comments (0 inline, 0 general)