Skip to content

Commit

Permalink
Body classes to fix the news highlighting on the forum issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwhimpey committed Mar 10, 2012
1 parent f928aba commit 40d08b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -29,7 +29,7 @@
<?php wp_head(); ?>
</head>

<body>
<body <?php body_class($class); ?>>
<a href="<?php echo home_url( '/' ); ?>" id="mobile-header"><img src="<?php bloginfo('template_directory') ?>/images/header-mobile.gif" alt="UQ Cycle Club" /></a>
<h1 class="header">
<a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
Expand Down
2 changes: 2 additions & 0 deletions style.css
Expand Up @@ -106,6 +106,8 @@ div.nav ul {
div.nav ul li.current_page_item,
div.nav ul li.current_page_ancestor,
div.nav ul li.current_page_parent { background: #193660; }

.bbPress div.nav ul li.current_page_parent { background: none; }

div.nav ul.secondary {
background: #193660;
Expand Down

0 comments on commit 40d08b7

Please sign in to comment.