diff --git a/static/style.css b/static/style.css index e91089e..9621faf 100644 --- a/static/style.css +++ b/static/style.css @@ -188,10 +188,6 @@ span { font-size: 20px; } -.post_upvote { - display: none; -} - .post_subreddit { font-weight: bold; } diff --git a/templates/popular.html b/templates/popular.html index 05c319b..d182911 100644 --- a/templates/popular.html +++ b/templates/popular.html @@ -9,9 +9,7 @@ {% for post in posts %}
-

{{ post.score }}

-

diff --git a/templates/post.html b/templates/post.html index 40b89e3..6a3a09f 100644 --- a/templates/post.html +++ b/templates/post.html @@ -7,9 +7,7 @@ {% block content %}

-

{{ post.score }}

-

@@ -39,7 +37,7 @@ {% for comment in comments %}

- +

{{ comment.score }}

diff --git a/templates/subreddit.html b/templates/subreddit.html index d86c8ee..a96ad5d 100644 --- a/templates/subreddit.html +++ b/templates/subreddit.html @@ -28,9 +28,7 @@ {% for post in posts %}
-

{{ post.score }}

-

diff --git a/templates/user.html b/templates/user.html index ec6ff12..d303009 100644 --- a/templates/user.html +++ b/templates/user.html @@ -28,9 +28,7 @@ {% if post.title != "Comment" %}

-

{{ post.score }}

-

@@ -54,7 +52,7 @@ {% else %}

- +

{{ post.score }}