From 82f6c20101c329132f8a5ac75ecdc58827490c92 Mon Sep 17 00:00:00 2001
From: Chris Hill-Scott
Date: Wed, 7 Dec 2016 17:00:53 +0000
Subject: [PATCH 1/2] Add alt text for the images on the product page
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The images are telling you stuff that is extra to the text on the page
so they should be explained for users who can’t see them.
---
app/templates/views/signedout.html | 22 +++++++++++++++++-----
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html
index 5a934836d..cc97cc276 100644
--- a/app/templates/views/signedout.html
+++ b/app/templates/views/signedout.html
@@ -45,7 +45,7 @@
-

+
@@ -61,7 +61,10 @@
-

+
@@ -75,14 +78,20 @@
Upload a spreadsheet of email addresses or
phone numbers and Notify sends the messages.
-
+
Integrate the GOV.UK Notify API with your web application or
back office system.
-

+
@@ -102,7 +111,10 @@
-

+
From c72a19178b701e4ef466a7564eddd078b4f38ff1 Mon Sep 17 00:00:00 2001
From: Chris Hill-Scott
Date: Wed, 7 Dec 2016 17:02:03 +0000
Subject: [PATCH 2/2] Remove duplicate definition
---
app/assets/stylesheets/views/product-page.scss | 5 -----
1 file changed, 5 deletions(-)
diff --git a/app/assets/stylesheets/views/product-page.scss b/app/assets/stylesheets/views/product-page.scss
index 23fc6a2c0..cb3d9096e 100644
--- a/app/assets/stylesheets/views/product-page.scss
+++ b/app/assets/stylesheets/views/product-page.scss
@@ -73,11 +73,6 @@
@extend %site-width-container;
margin-bottom: $gutter-half;
- h2 {
- @include bold-24;
- margin: $gutter-half 0 10px 0;
- }
-
h2 {
@include bold-36;
margin: 0 0 $gutter;