From e3547be1243455697e6dfac62a21a96112e97d5e Mon Sep 17 00:00:00 2001 From: Michiel Bijl Date: Fri, 21 Jul 2017 00:25:55 +0100 Subject: [PATCH] Remove invalid width attribute --- examples/landmarks/at.html | 6 +++--- examples/landmarks/css/common.css | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/examples/landmarks/at.html b/examples/landmarks/at.html index 94e114d7b..45f881bbf 100644 --- a/examples/landmarks/at.html +++ b/examples/landmarks/at.html @@ -90,7 +90,7 @@

JAWS Screen Reader for Windows

Screen shot of list of landmarks in JAWS

-

Screen shot of list of landmarks in voice over

+

Screen shot of list of landmarks in voice over

@@ -123,7 +123,7 @@

NVDA Screen Reader for Windows

Screen shot of list of landmarks in NVDA

-

Screen shot of list of landmarks in voice over

+

Screen shot of list of landmarks in voice over

@@ -184,7 +184,7 @@

Voice Over Screen Reader for OS X (Mac OS)

Screen shot of list of landmarks in Voice Over

-

Screen shot of list of landmarks in voice over

+

Screen shot of list of landmarks in voice over

diff --git a/examples/landmarks/css/common.css b/examples/landmarks/css/common.css index 950edf8dd..f84602e34 100644 --- a/examples/landmarks/css/common.css +++ b/examples/landmarks/css/common.css @@ -174,3 +174,7 @@ form { margin-top: 2em; margin-bottom: 2em; } + +img { + max-width: 100%; +} \ No newline at end of file