Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Modify design in line with suggestions from @James-Green #297
Browse files Browse the repository at this point in the history
  • Loading branch information
iadawn committed Feb 4, 2016
1 parent ac15e6c commit a979e1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/designing.html.erb.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,15 +569,15 @@ Provide a place in your design for alternatives for images and media. For exampl
Work with content authors and developers to provide alternatives for non-text content.

{::nomarkdown}
<%= example 'Design includes links to transcript and alternative video' %>
<%= example 'Design includes links to a transcript and to an alternative video' %>

<div class="text-alt">
<figure>
<div>
<img src="images/example_media_player.png" alt="">
<ul>
<li class="first"><a href="#">Transcript</a></li>
<li class="last"><a href="#">Video with audio description</a></li>
<li class="last"><a href="#"><img class="audio-description" src="images/audio-description.svg" alt="Video with audio description" width="28"></a></li>
</ul>
</div>
</figure>
Expand Down
1 change: 1 addition & 0 deletions source/images/audio-description.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions source/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,9 @@ $wai_grey: #333333;
}
}
}
.audio-description {
vertical-align: bottom;
}
@include mq($medium) {
width: 35em;
}
Expand Down

0 comments on commit a979e1e

Please sign in to comment.