diff --git a/web/app/assets/stylesheets/client/musician.css.scss b/web/app/assets/stylesheets/client/musician.css.scss index 49556f110..821b354cc 100644 --- a/web/app/assets/stylesheets/client/musician.css.scss +++ b/web/app/assets/stylesheets/client/musician.css.scss @@ -46,6 +46,7 @@ .result-name { font-size: 12px; font-weight: bold; + margin-bottom: 2px; } .stats { margin-top: 4px; diff --git a/web/app/assets/stylesheets/client/screen_common.css.scss b/web/app/assets/stylesheets/client/screen_common.css.scss index d744fdb8f..c31a97cb8 100644 --- a/web/app/assets/stylesheets/client/screen_common.css.scss +++ b/web/app/assets/stylesheets/client/screen_common.css.scss @@ -173,6 +173,9 @@ small { font-size:11px; } +.bold { + font-weight:bold; +} .button-grey { margin:0px 8px 0px 8px; background-color:#666; diff --git a/web/app/views/clients/_musicians.html.erb b/web/app/views/clients/_musicians.html.erb index be715a293..8e21bdf57 100644 --- a/web/app/views/clients/_musicians.html.erb +++ b/web/app/views/clients/_musicians.html.erb @@ -28,7 +28,7 @@
- FOLLOWING: +
FOLLOWING:
{musician_follow_template}
@@ -46,9 +46,9 @@
- {friend_count}     - {follow_count}     - {recording_count}     + {friend_count} + {follow_count} + {recording_count} {session_count}