Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
tools.ethertoff
Commits
9222ee77
Commit
9222ee77
authored
Nov 13, 2019
by
gijs
Browse files
Fix nav on Chrome
parent
c08b8365
Changes
2
Hide whitespace changes
Inline
Side-by-side
generator/templates/note.html
View file @
9222ee77
...
...
@@ -13,7 +13,6 @@
<ul>
{% if note.programmeItem.resolved %}
<li><a
href=
"../index.html"
>
Timeline
</a></li>
<li><a
href=
"{{ note.programmeItem.target.event.target.link }}"
>
{{ note.programmeItem.target.event.target }}
</a></li>
<li><a
href=
"{{ note.programmeItem.target.link }}"
>
{{ note.programmeItem }}
</a></li>
{% elif note.event.resolved %}
<li><a
href=
"../index.html"
>
Timeline
</a></li>
...
...
generator/templates/static/styles.simple.css
View file @
9222ee77
...
...
@@ -332,7 +332,7 @@ header {
}
header
nav
{
flex
:
0
0
;
flex
:
0
0
auto
;
border-bottom
:
2px
solid
black
;
display
:
flex
;
padding
:
1em
;
...
...
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