diff --git a/news/static/news/css/app.css b/news/static/news/css/app.css index ea301d2..8a8df1a 100644 --- a/news/static/news/css/app.css +++ b/news/static/news/css/app.css @@ -146,8 +146,11 @@ a h1 { .lat_padding { padding: 0px 8px; } +.lat_padding_contextual { + padding: 0px 8px; +} @media print, screen and (min-width: 40em) { - .lat_padding { + .lat_padding_contextual { padding: 0px; } } diff --git a/news/templates/news/index.html b/news/templates/news/index.html index b3c40f8..c7afae7 100644 --- a/news/templates/news/index.html +++ b/news/templates/news/index.html @@ -12,7 +12,7 @@
-
+
{{ post.date }} - {{ post.author.username }}
diff --git a/news/templates/news/post.html b/news/templates/news/post.html index f3c6197..dd47c05 100644 --- a/news/templates/news/post.html +++ b/news/templates/news/post.html @@ -45,7 +45,6 @@
- {% if user.is_authenticated %}
{% csrf_token %}