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
radiopanik
panikweb
Commits
0d682018
Commit
0d682018
authored
Dec 18, 2013
by
fred
Browse files
style: lower importance of publication date
parent
9c18da9c
Changes
3
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
0d682018
...
...
@@ -29,6 +29,12 @@
font-size
:
80%
;
}
.date.smooth
{
text-transform
:
none
;
font-size
:
100%
;
font-family
:
RegloNormal
;
}
.description
{
text-align
:
justify
;
}
...
...
panikweb_templates/templates/emissions/newsitem_detail.html
View file @
0d682018
...
...
@@ -24,7 +24,7 @@ vous fait savoir.
{{ newsitem.title }}
</h2>
{% if newsitem.date %}
<div
class=
"date cf label
"
>
{{ newsitem.date|date:"D d M Y" }}
</div>
<div
class=
"date cf label
smooth"
>
Publiée le
{{ newsitem.date|date:"D d M Y"
|lower
}}
</div>
{% endif %}
</header>
{% if newsitem.image %}
...
...
panikweb_templates/templates/news/inline.html
View file @
0d682018
...
...
@@ -25,7 +25,7 @@
{% endif %}
</div>
{% if content.date %}
<div
class=
"smooth"
>
{{ content.date|date:"d/m/Y" }}
</div>
<div
class=
"smooth"
>
Publiée le
{{ content.date|date:"d/m/Y" }}
</div>
{% endif %}
</a>
...
...
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