Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Leerzeichen wieder in Navigation gepackt und "Informationen" gekürzt,…
Browse files Browse the repository at this point in the history
… damit es in eine Zeile past.
  • Loading branch information
svenk committed Aug 21, 2015
1 parent a92cdeb commit bef78fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/functions-html.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ function yourls_html_logo() {
<div class="sidebar-column">
<div id="sidebar-header">
<ul class="nav nav-onetab">
<li><a href="/"><i class="fa fa-link"></i>Kürzen!</a></li>
<li><a href="/infos"><i class="fa fa-info-circle"></i>Informationen</a></li>
<li><a href="/credits"><i class="fa fa-comment-o"></i>Über uns</a></li>
<li><a href="/"><i class="fa fa-link"></i> Kürzen!</a></li>
<li><a href="/infos"><i class="fa fa-info-circle"></i> Infos</a></li>
<li><a href="/credits"><i class="fa fa-comment-o"></i> Über uns</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit bef78fd

Please sign in to comment.