diff options
-rw-r--r-- | static/css/style.css | 6 | ||||
-rw-r--r-- | templates/activities/_post.html | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css index 0611fb5..8f1e620 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -502,7 +502,7 @@ h1.identity small { .post .handle { display: block; - padding: 7px 0 10px 64px; + padding: 7px 0 0 64px; } .post time { @@ -515,3 +515,7 @@ h1.identity small { .post .content { padding-left: 64px; } + +.post .content p { + margin: 12px 0 4px 0; +} diff --git a/templates/activities/_post.html b/templates/activities/_post.html index a5e637f..38022a7 100644 --- a/templates/activities/_post.html +++ b/templates/activities/_post.html @@ -9,7 +9,7 @@ {% endif %} <time> - <a href="{{ post.urls.view }}"> + <a href="{{ post.url }}"> {% if post.authored %} {{ post.authored | timedeltashort }} {% else %} |