Update styles for WP 3.5. refs #1604
Showing
1 changed file
with
5 additions
and
2 deletions
| ... | @@ -39,7 +39,7 @@ | ... | @@ -39,7 +39,7 @@ |
| 39 | margin-left: 0; | 39 | margin-left: 0; |
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | #footer { | 42 | #wpfooter { |
| 43 | background: #3b0d32; | 43 | background: #3b0d32; |
| 44 | color: #fadfb3; | 44 | color: #fadfb3; |
| 45 | margin: 0; | 45 | margin: 0; |
| ... | @@ -77,7 +77,10 @@ | ... | @@ -77,7 +77,10 @@ |
| 77 | #user_info p a, #user_info a { color: #fadfb3; } | 77 | #user_info p a, #user_info a { color: #fadfb3; } |
| 78 | #favorite-actions { margin: 15px 12px 0; } | 78 | #favorite-actions { margin: 15px 12px 0; } |
| 79 | 79 | ||
| 80 | #user_info a:link, #user_info a:visited, #footer a:link, #footer a:visited { | 80 | #user_info a:link, |
| 81 | #user_info a:visited, | ||
| 82 | #wpfooter a:link, | ||
| 83 | #wpfooter a:visited { | ||
| 81 | color:#f7bd55; | 84 | color:#f7bd55; |
| 82 | text-decoration:none; | 85 | text-decoration:none; |
| 83 | } | 86 | } | ... | ... |
-
Please register or sign in to post a comment