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
94f975fb
Commit
94f975fb
authored
Sep 07, 2013
by
Simon Daron
Browse files
Smaller date on roll
parent
e5edfcef
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
94f975fb
...
...
@@ -672,8 +672,9 @@ body{
opacity
:
0.8
;
}
.newsRoll
h5
{
font-size
:
1em
;
color
:
white
;
padding
:
1
em
;
padding
:
0.5
em
;
}
.newsRoll
li
a
{
margin
:
0
0
0
0
!important
;
...
...
panikweb_templates/templates/news/roll.html
View file @
94f975fb
...
...
@@ -10,7 +10,7 @@
<a
title=
"{{content.title|striptags|addslashes}}"
class=
"block news relative"
href=
"{% url 'news-view' slug=content.slug %}"
>
{% if content.image %}
<div
class=
"absolute"
>
<h5
class=
"title ellipsis"
>
{{ content.datetime|date:"D m/
M
" }}
</h5>
<h5
class=
"title ellipsis"
>
{{ content.datetime|date:"D m/
m
" }}
</h5>
</div>
<img
class=
"logo"
src=
"{{ content.image|thumbnail:'240x320' }}"
/>
{% endif %}
...
...
Write
Preview
Markdown
is supported
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