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
a8e5da09
Commit
a8e5da09
authored
Sep 28, 2013
by
fred
Browse files
newsroll: reduce size of smaller images so they get some margins in webkit
parent
b7c634de
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/news/roll.html
View file @
a8e5da09
...
...
@@ -26,7 +26,7 @@
{% for content in news|slice:'0:3' %}
<li
style=
"width:30%;"
class=
"num-{{ forloop.counter }} padded"
>
<button
class=
"inBlock"
data-about=
"#newsRollId-{{ content.slug }}"
>
<img
style=
"width:9
8
%;"
src=
"{{ content.image|thumbnail:'160x120' }}"
/>
<img
style=
"width:9
5
%;"
src=
"{{ content.image|thumbnail:'160x120' }}"
/>
</button>
</li>
{% endfor %}
...
...
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