Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
fc6b7f74
Commit
fc6b7f74
authored
Oct 14, 2013
by
Eric Schrijver
Committed by
fred
Oct 14, 2013
Browse files
For the news detail: no padding, no centre of the date
parent
160e91e2
Changes
1
Show whitespace changes
Inline
Side-by-side
panikweb_templates/templates/emissions/newsitem_detail.html
View file @
fc6b7f74
...
...
@@ -3,12 +3,12 @@
{% load paniktags %}
{% block title %}{{ newsitem.title }}{% endblock %}
{% block main %}
<div
class=
"detail
padded
news cf"
>
<div
class=
"detail news cf"
>
<div
class=
"wrapper navigation"
>
<div
class=
"leftPart"
>
<header>
{% if newsitem.date %}
<div
class=
"date cf
center
label"
>
{{ newsitem.date|date:"D m M Y" }}
</div>
<div
class=
"date cf label"
>
{{ newsitem.date|date:"D m M Y" }}
</div>
{% endif %}
<h2
class=
"squashed title"
>
{{ newsitem.title }}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment