diff --git a/wp-content/themes/score/style-asong2u.css b/wp-content/themes/score/style-asong2u.css index d5a386a..2535f65 100644 --- a/wp-content/themes/score/style-asong2u.css +++ b/wp-content/themes/score/style-asong2u.css @@ -881,7 +881,8 @@ p.srp-widget-excerpt { margin: 0; } -#sidebar #my-friends-big-avatars.widget .avatar-block { +#sidebar #my-friends-big-avatars.widget .avatar-block, +#sidebar #my-friends-big-avatars.widget .avatar-link { width: 100%; text-align: center; } @@ -891,6 +892,21 @@ p.srp-widget-excerpt { width: 49%; } +#sidebar #my-friends-big-avatars.widget .avatar-link { + background: none repeat scroll 0 0 #CCE6F5; + border: 1px solid #2C85C7; + color: #7DA0B6; + display: inline-block; + padding: 6px 0; + text-align: center; + width: 100%; + font-size: 14px; + font-weight: bold; + margin-bottom: 20px; + color: #576A7B; + +} + /*************************** Page Navigation ***************************/