diff options
author | Effy Elden <git@effy.is> | 2017-01-15 08:58:50 +1100 |
---|---|---|
committer | Effy Elden <git@effy.is> | 2017-01-15 08:58:50 +1100 |
commit | d6bc0e8db4d25a4533feb56164b0d9cd3ef2af6e (patch) | |
tree | 60ab246a9e55deb6a64efee86a6a062cac94f440 /app/assets/stylesheets | |
parent | f63f0c46253f8d3c5524645160cbfe0c70cdec2f (diff) |
Add tracking of OAuth app that posted a status, extend OAuth apps to have optional website field, add application details to API, show application name and website on detailed status views. Resolves #11
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index f1edfce9d..9e9e564f9 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -183,7 +183,7 @@ } } -.status__display-name, .status__relative-time, .detailed-status__display-name, .detailed-status__datetime, .account__display-name { +.status__display-name, .status__relative-time, .detailed-status__display-name, .detailed-status__datetime, .detailed-status__application, .account__display-name { text-decoration: none; } |