mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Add classes to settings headers
No issue Refs https://github.com/TryGhost/Ghost-UI/issues/91 - Adds a class to settings page headers, for cleaner CSS selectors
This commit is contained in:
parent
1c104c8f00
commit
124aefebee
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<header>
|
||||
<header class="settings-content-header">
|
||||
{{#link-to 'settings' class='button-back button'}}Back{{/link-to}}
|
||||
<h2 class="title">Apps</h2>
|
||||
</header>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<header>
|
||||
<header class="settings-content-header">
|
||||
<h2 class="title">General</h2>
|
||||
|
||||
<div class="settings-header-inner">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<header>
|
||||
<header class="settings-content-header">
|
||||
{{#link-to 'settings' class='button-back button'}}Back{{/link-to}}
|
||||
<h2 class="title">Users</h2>
|
||||
<section class="page-actions">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<header class="user-settings-header">
|
||||
<header class="settings-content-header user-settings-header">
|
||||
|
||||
<h2 class="hidden">Your Profile</h2>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue