Fix underline of first nav bar link
This commit is contained in:
parent
8d4253d511
commit
b1db46a200
2 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ nav>* {
|
|||
}
|
||||
|
||||
nav> :first-child {
|
||||
padding-left: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
|
||||
<body>
|
||||
<nav>
|
||||
<a href="{{ base.root }}/"><img src="{{ base.root }}/logo.svg"></a>
|
||||
<a href="{{ base.root }}/" {% if base.current=="index" %} class="current" {% endif %}>
|
||||
<img src="{{ base.root }}/logo.svg">
|
||||
{{ base.repo_name }}
|
||||
</a>
|
||||
<a href="{{ base.root }}/commit/" {% if base.current=="commit" %} class="current" {% endif %}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue