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
7c61dddf
Commit
7c61dddf
authored
Sep 22, 2013
by
Simon Daron
Committed by
fred
Sep 22, 2013
Browse files
minor style changes to episode detail view
parent
64ddfc11
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/episodes/detail.html
View file @
7c61dddf
...
...
@@ -20,7 +20,7 @@
</div>
</div>
{% if diffusions %}
<header
class=
"
center padded
"
>
<header
class=
""
>
<h3
class=
""
>
{{ episode.title }}
</h3>
<div
class=
"label"
>
Diffusions
</div>
<ul
class=
"diffusions custom"
>
...
...
@@ -31,7 +31,7 @@
</header>
{% endif %}
{% if episode.main_sound %}
<div
class=
"sound
center
"
>
<div
class=
"sound"
>
{% audio sound=episode.main_sound %}
</div>
{% 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