mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fix 'broken' debug tools template
closes #3715 - Includes wrapper class for @pauladamdavis css
This commit is contained in:
parent
69348b5bbb
commit
1da2047236
1 changed files with 1 additions and 9 deletions
|
@ -1,19 +1,11 @@
|
||||||
<div class="wrapper">
|
<div class="wrapper settings-debug">
|
||||||
<aside class="settings-sidebar" role="complementary">
|
<aside class="settings-sidebar" role="complementary">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">Ugly Debug Tools</h1>
|
<h1 class="title">Ugly Debug Tools</h1>
|
||||||
</header>
|
</header>
|
||||||
<nav class="settings-menu">
|
|
||||||
<ul>
|
|
||||||
<li class="general"><a href="javascript:void(0);">General</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
<section class="settings-content active">
|
<section class="settings-content active">
|
||||||
<header>
|
|
||||||
<h2 class="title">General</h2>
|
|
||||||
</header>
|
|
||||||
<section class="content">
|
<section class="content">
|
||||||
<form id="settings-export">
|
<form id="settings-export">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
|
Loading…
Add table
Reference in a new issue