From 29692e808a22de079214d3f93df1fd81361128b4 Mon Sep 17 00:00:00 2001 From: Brady Vercher Date: Mon, 15 Feb 2016 13:19:23 -0800 Subject: [PATCH] Fix the settings screen title formatting. --- assets/css/admin.css | 5 ----- includes/class-satispress-admin-screen-settings.php | 2 +- views/screen-settings.php | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/assets/css/admin.css b/assets/css/admin.css index 64ee3ed..425fc6e 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -14,11 +14,6 @@ /* Settings Screen ------------------------------------------------------------------------------*/ -.nav-tab-wrapper-title { - display: inline-block; - margin-right: 20px; -} - .satispress-tab-panel { display: none; } diff --git a/includes/class-satispress-admin-screen-settings.php b/includes/class-satispress-admin-screen-settings.php index 57cc2ce..9c0b8e0 100644 --- a/includes/class-satispress-admin-screen-settings.php +++ b/includes/class-satispress-admin-screen-settings.php @@ -194,7 +194,7 @@ public function render_screen() { * @since 0.2.0 */ public function render_section_security_description() { - _e( 'Your packages are public by default. At a minimum, you can secure them using HTTP Basic Autentication.', 'satispress' ); + _e( 'Your packages are public by default. At a minimum, you can secure them using HTTP Basic Authentication.', 'satispress' ); } /** diff --git a/views/screen-settings.php b/views/screen-settings.php index 6f1e6a4..f29ca00 100644 --- a/views/screen-settings.php +++ b/views/screen-settings.php @@ -1,6 +1,6 @@
+