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
87ed114e
Commit
87ed114e
authored
Aug 27, 2013
by
Simon Daron
Browse files
Limit subnav size
parent
12795fdf
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
87ed114e
...
...
@@ -220,8 +220,8 @@ body{
}
#Nav
nav
.sub
li
a
{
min-width
:
10
em
;
padding
:
1
em
;
min-width
:
7
em
;
padding
:
0.5
em
;
}
...
...
panikweb_templates/templates/listen.html
View file @
87ed114e
...
...
@@ -2,8 +2,8 @@
{% load paniktags %}
{% block bodyID %}Player{% endblock %}
{% block main %}
<div
class=
"wrapper
padded
"
>
<ul
class=
"custom"
>
<div
class=
"wrapper"
>
<ul
class=
"custom
columns
"
>
{% for episode in episodes %}
<li
class=
"item"
>
{% episode_inline %}
...
...
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