From 4c681cb16448ee7a207a9a33145c45d5d6613f3c Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Fri, 28 Jan 2022 15:53:37 -0500 Subject: [PATCH] added a sub-heading for login page --- themes/fsftheme/default/includes/header.php | 1 + www/fsftheme.css | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/themes/fsftheme/default/includes/header.php b/themes/fsftheme/default/includes/header.php index 27ad3c5..df53049 100644 --- a/themes/fsftheme/default/includes/header.php +++ b/themes/fsftheme/default/includes/header.php @@ -120,6 +120,7 @@ if (array_key_exists('autofocus', $this->data)) { ?> -->
+
Free Software Foundation Central Login
diff --git a/www/fsftheme.css b/www/fsftheme.css index a6c3124..69dce67 100644 --- a/www/fsftheme.css +++ b/www/fsftheme.css @@ -140,6 +140,12 @@ dt { margin: 0 auto 0 auto; } +#header #header-subtext { + font-weight: bold; + text-align: center; + margin: 18px auto 10px auto; +} + #content, #footer { padding: 0 20px; } -- 2.25.1