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 a46028cee..3e521c175 100644
|
|
|
6 | 6 | border-bottom: 1px solid #9e1611; |
7 | 7 | } |
8 | 8 | |
9 | | #header h1 a { |
| 9 | #header h1 a, |
| 10 | #header h1 :link, |
| 11 | #header h1 :link:hover { |
10 | 12 | width: 265px; |
11 | 13 | background: url('../buddypress-org/images/buddypress-logo.png') no-repeat 0 0; |
12 | 14 | position: relative; |
… |
… |
div.free-page div.standard { |
46 | 48 | /* =Navigation |
47 | 49 | -------------------------------------------------------------- */ |
48 | 50 | |
49 | | #nav li a:hover { |
| 51 | #nav li a:hover, |
| 52 | #header #nav li :link:hover { |
50 | 53 | background-color: #cf4944; |
51 | 54 | color: rgba(255,255,255,0.9); |
52 | 55 | } |
… |
… |
input.submit:hover { |
97 | 100 | |
98 | 101 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
99 | 102 | |
100 | | #header h1 a { |
| 103 | #header h1 a, |
| 104 | #header h1 :link { |
101 | 105 | background-image: url('../buddypress-org/images/buddypress-logo-2x.png'); |
102 | 106 | background-size: 269px 65px; |
103 | 107 | } |
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 46a90ac02..eb649c19b 100644
|
|
div.single-post table tr.alt td { |
353 | 353 | margin: 0 3px 0 3px; |
354 | 354 | list-style: none; |
355 | 355 | } |
356 | | #nav li a { |
| 356 | #nav li a, |
| 357 | #header #nav li :link { |
357 | 358 | text-decoration: none; |
358 | 359 | color: #fff; |
359 | 360 | height: auto; |