diff --git buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css
index 9c82db0d7..f8c07b616 100644
|
|
div.free-page div.standard { |
53 | 53 | |
54 | 54 | #nav li a:hover, |
55 | 55 | #header #nav li :link:hover, |
56 | | #wporg-header #nav li :link:hover { |
| 56 | #wporg-header #wporg-header-menu li :link:hover { |
57 | 57 | background-color: #cf4944; |
58 | 58 | color: rgba(255,255,255,0.9); |
59 | 59 | } |
diff --git buddypress.org/public_html/wp-content/themes/bb-base/style.css buddypress.org/public_html/wp-content/themes/bb-base/style.css
index df462542a..95489b1b4 100644
|
|
body.buddypress.trac #subnav { |
391 | 391 | font-size: 12px; |
392 | 392 | margin-top: 81px; |
393 | 393 | } |
| 394 | body.trac #metanav { |
| 395 | font-size: 12px; |
| 396 | margin-top: 81px; |
| 397 | position: static; |
| 398 | top: auto; |
| 399 | right: auto; |
| 400 | line-height:24px; |
| 401 | padding-top: .5em; |
| 402 | } |
| 403 | #metanav:after { |
| 404 | clear: both; |
| 405 | display: block; |
| 406 | } |
| 407 | |
| 408 | body.trac #metanav a, |
| 409 | body.trac #metanav a:visited, |
| 410 | body.trac #metanav form.trac-logout button { |
| 411 | color: initial; |
| 412 | } |
| 413 | |
| 414 | body.trac #metanav li.last { |
| 415 | padding-right: .75em; |
| 416 | } |
| 417 | |
394 | 418 | #subnav-inner { |
395 | 419 | width: 100%; |
396 | 420 | margin: 0 auto; |