diff --git a/core/includes/theme.maintenance.inc b/core/includes/theme.maintenance.inc
index 96dcd2f..712d3e9 100644
--- a/core/includes/theme.maintenance.inc
+++ b/core/includes/theme.maintenance.inc
@@ -120,6 +120,7 @@ function theme_task_list($variables) {
 
   $done = isset($items[$active]) || $active == NULL;
   $output = '<h2 class="visually-hidden">Installation tasks</h2>';
+  $output .= '<h4>Installing ' . drupal_install_profile_distribution_name() . ' ' . \Drupal::VERSION . '</h4>';
   $output .= '<ol class="' . $class . '">';
 
   foreach ($items as $k => $item) {
diff --git a/core/themes/seven/install-page.css b/core/themes/seven/install-page.css
index 7981932..be07c6a 100644
--- a/core/themes/seven/install-page.css
+++ b/core/themes/seven/install-page.css
@@ -138,6 +138,12 @@
 }
 
 @media all and (min-width: 48em) { /* 768px */
+  .install-page .l-sidebar-first h4 {
+    margin-left: 3.25em;
+  }
+  [dir="rtl"] .install-page .l-sidebar-first h4 {
+    margin-left: 0;
+  }
   .step-indicator {
     display: none;
   }
