diff --git a/app/assets/images/buttons/follow_hover.png b/app/assets/images/buttons/follow_hover.png new file mode 100644 index 000000000..5e1d3ed92 Binary files /dev/null and b/app/assets/images/buttons/follow_hover.png differ diff --git a/app/assets/stylesheets/new_styles/_canvas.scss b/app/assets/stylesheets/new_styles/_canvas.scss index 59ab93d1f..41a63c6a8 100644 --- a/app/assets/stylesheets/new_styles/_canvas.scss +++ b/app/assets/stylesheets/new_styles/_canvas.scss @@ -152,6 +152,10 @@ body { max-width: 100%; width: 100%; } + + p:last-child { + margin-bottom: 0; + } } &.sticky-note { @@ -224,15 +228,10 @@ body { &.night:not(.sticky-note), &.multi-photo:not(.sticky-note) { .text-content { - @include opacity(1); padding : 10px 20px; font-size : 14px; line-height : 18px; color : #444; - - p:last-child { - margin-bottom: 0; - } } } diff --git a/app/assets/templates/profile.jst.hbs b/app/assets/templates/profile.jst.hbs index 881b09853..49cfc1340 100644 --- a/app/assets/templates/profile.jst.hbs +++ b/app/assets/templates/profile.jst.hbs @@ -12,6 +12,10 @@ + {{else}} + + + {{/if}}