diff --git a/public_html/css/post.css b/public_html/css/post.css index d61c5b9c..6ac95340 100644 --- a/public_html/css/post.css +++ b/public_html/css/post.css @@ -78,6 +78,9 @@ margin: 0 0.25em 0.25em 0; } +#sidebar a { + cursor: pointer; +} #sidebar ul { list-style-type: none; margin: 0; diff --git a/public_html/templates/post.tpl b/public_html/templates/post.tpl index 2b4e55fa..87b4e311 100644 --- a/public_html/templates/post.tpl +++ b/public_html/templates/post.tpl @@ -38,18 +38,18 @@ <% if (isLoggedIn) { %>