diff --git a/core/includes/theme.maintenance.inc b/core/includes/theme.maintenance.inc
index 96dcd2f..24c9fe5 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 ' . \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 7533636..fc767bf 100644
--- a/core/themes/seven/install-page.css
+++ b/core/themes/seven/install-page.css
@@ -71,6 +71,12 @@ body.install-page {
   [dir="rtl"] body.install-page #sidebar-first {
     float: right;
   }
+  body.install-page #sidebar-first h4 {
+    margin-left: 3.25em;
+  }
+  [dir="rtl"] body.install-page #sidebar-first h4 {
+    margin-left: 0;
+  }
 }
 body.install-page #site-name {
   font-size: 2em;
