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
a38ef4e7
Commit
a38ef4e7
authored
Aug 19, 2013
by
Simon Daron
Browse files
Erro in episode description
parent
28a0542d
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
a38ef4e7
...
...
@@ -11,6 +11,9 @@
#player
.label
{
background-color
:
#FF6633
;
}
#player
.controls
,
#player
hr
,
player
.item
,
#player
img
{
border-color
:
#FF6633
;}
.episode.inline
{
color
:
#999
;
}
/* FONTS */
h1
.title
{
text-transform
:
uppercase
;
...
...
@@ -430,10 +433,9 @@ button.tag {
width
:
90px
;
text-align
:
center
;
}
.episode.inline
.date
{
font-size
:
50%
;
margin-top
:
1em
;}
.episode-inline
.date
{
font-size
:
50%
;
margin-top
:
1em
;}
.episode-inline
.content
{
.episode.inline
.content
{
padding-left
:
5em
;
}
/**** PROGRAM ****/
...
...
panikweb_templates/templates/episodes/detail.html
View file @
a38ef4e7
<!--
<li>{{ episode.first_diffusion|date:"d E o H:i"|lower }}
<br/> <a href="{{ episode.slug }}/">{{ episode.title }}</a>
{% if episode.has_sound %}<span class="icon-music"/>{%endif%}
</li>
-->
<div
class=
"episode episode-detail cf"
>
<div
class=
"episode detail episode-detail cf"
>
<div
class=
"date"
>
<div
class=
"day"
>
{{ episode.first_diffusion|date:"D"|slice:":2"}}
...
...
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