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
d3c22e0d
Commit
d3c22e0d
authored
Feb 21, 2016
by
fred
Browse files
templates: style topiks submenus
parent
aad2e196
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
d3c22e0d
...
...
@@ -1843,3 +1843,29 @@ p.playlist-disclaimer {
max-width
:
60ex
;
font-style
:
italic
;
}
#main-topiks
#fiber-nav
li
ul
{
padding-top
:
0
;
padding-left
:
2em
;
}
#main-topiks
#fiber-nav
li
ul
li
{
padding-left
:
0
;
font-size
:
80%
;
display
:
inline
;
}
#main-topiks
#fiber-nav
li
ul
li
:nth-child
(
even
)
{
opacity
:
0.9
;
font-size
:
90%
}
#main-topiks
#fiber-nav
li
ul
li
:after
{
content
:
"/"
;
padding-right
:
1em
;
}
#main-topiks
#fiber-nav
li
ul
li
a
{
display
:
inline
;
padding-left
:
0
;
}
panikweb_templates/templates/combo/page_template_sidebar.html
View file @
d3c22e0d
...
...
@@ -12,7 +12,7 @@
{% block main %}
<div
class=
"wrapper navigation"
>
<div
class=
"wrapper navigation"
id=
"main-{{page.get_parents_and_self.0.slug}}"
>
<div
id=
"fiber-content"
class=
"leftPart"
>
{% if page.get_parents_and_self.0.title != page.title %}
<h1>
{{ page.title }}
</h1>
...
...
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