diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-02-28 15:46:29 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-02-28 15:46:29 +0100 |
commit | 47d50b0e3967f1d396bdbe8ea3e8909ce2be599f (patch) | |
tree | 07b076154cbe66f2d1a31dbb9662892fb24c8156 /app/assets/stylesheets | |
parent | f1654da7ad11920979d335798cfeef2e88118c1b (diff) |
A lot of fixes from a live test
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/profile.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/assets/stylesheets/profile.scss b/app/assets/stylesheets/profile.scss index 71466527e..49ce98d02 100644 --- a/app/assets/stylesheets/profile.scss +++ b/app/assets/stylesheets/profile.scss @@ -56,6 +56,13 @@ background: darken($background-color, 5%); } + &.entry-follow, &.entry-favourite { + .content { + padding-top: 10px; + padding-bottom: 10px; + } + } + &:last-child { border-bottom: 0; } @@ -127,6 +134,15 @@ font-size: 16px; padding: 0 10px; padding-left: 8px; + + a { + color: $primary-color; + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } } .time { |