0
Fork 0
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:
Paul Adam Davis 2014-08-04 12:49:40 +01:00
parent 1c104c8f00
commit 124aefebee
4 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -1,4 +1,4 @@
<header>
<header class="settings-content-header">
<h2 class="title">General</h2>
<div class="settings-header-inner">

View file

@ -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">

View file

@ -1,4 +1,4 @@
<header class="user-settings-header">
<header class="settings-content-header user-settings-header">
<h2 class="hidden">Your Profile</h2>