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
panikdb
Commits
acf7e459
Commit
acf7e459
authored
Sep 08, 2013
by
fred
Browse files
change header title link formatting
parent
2455dccd
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikdb/static/css/style.css
View file @
acf7e459
...
...
@@ -170,6 +170,16 @@ div#content h2 {
clear
:
both
;
}
div
#content
h2
a
{
color
:
inherit
;
text-decoration
:
inherit
;
}
div
#content
h2
a
:hover
{
color
:
#FF7800
;
text-decoration
:
underline
;
}
div
#content
ul
{
line-height
:
1.5em
;
padding
:
1ex
2ex
1ex
3ex
;
...
...
panikdb/templates/home.html
View file @
acf7e459
...
...
@@ -3,7 +3,7 @@
{% block content %}
{% for emission in emissions %}
<h2>
{{ emission.title }}
<a
href=
"{% url 'emission-view' slug=emission.slug %}"
class=
"icon-eye-open"
>
</a></h2>
<h2><a
href=
"{% url 'emission-view' slug=emission.slug %}"
>
{{ emission.title }}
</a></h2>
<a
class=
"big-friendly-button"
href=
"{% url 'episode-add' emission_slug=emission.slug %}"
>
Ajouter un épisode
</a>
...
...
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