mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
remove default .active tab from template. fixes #125
This commit is contained in:
parent
e271c6402f
commit
cc6bb94e74
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
</header>
|
||||
<nav class="settings-menu">
|
||||
<ul>
|
||||
<li class="general active"><a href="#general">General</a></li>
|
||||
<li class="general"><a href="#general">General</a></li>
|
||||
<li class="publishing"><a href="#content">Content</a></li>
|
||||
<li class="users"><a href="#users">Users</a></li>
|
||||
<li class="appearance"><a href="#appearance">Appearance</a></li>
|
||||
|
@ -19,7 +19,7 @@
|
|||
</ul>
|
||||
</nav>
|
||||
</aside>
|
||||
<section id="general" class="settings-content active">
|
||||
<section id="general" class="settings-content">
|
||||
<header>
|
||||
<h2 class="title">General</h2>
|
||||
<section class="page-actions">
|
||||
|
|
Loading…
Reference in a new issue