From 7c7c27183f0f83a729627e77e2febc97b7a0c889 Mon Sep 17 00:00:00 2001 From: "Albert St. Aubin" Date: Wed, 15 Feb 2017 07:48:14 -0500 Subject: [PATCH] changes header levels for a11y TNL-6347 --- .../lib/xmodule/xmodule/css/html/display.scss | 3 +- .../templates/discussion/new-post.underscore | 2 +- .../discussion/thread-edit.underscore | 2 +- .../discussion/thread-show.underscore | 2 +- .../templates/discussion/thread.underscore | 2 +- .../test/acceptance/pages/lms/course_wiki.py | 2 +- .../courseware/tests/test_date_summary.py | 8 +-- .../templates/discussion-home.underscore | 2 +- .../tests/views/test_instructor_dashboard.py | 2 +- lms/static/sass/base/_base.scss | 3 - lms/static/sass/base/_extends.scss | 2 +- lms/static/sass/base/_headings.scss | 2 +- lms/static/sass/base/_layouts.scss | 2 - lms/static/sass/course/_info.scss | 12 +--- lms/static/sass/course/_profile.scss | 4 -- .../sass/course/instructor/_instructor_2.scss | 2 +- .../course/layout/_courseware_header.scss | 51 ++++------------- lms/static/sass/course/wiki/_wiki.scss | 11 ++++ lms/static/sass/shared-v2/_header.scss | 8 ++- lms/static/sass/shared/_header.scss | 13 ++++- lms/templates/courseware/info.html | 22 ++++---- lms/templates/courseware/progress.html | 12 ++-- .../instructor_dashboard_2/course_info.html | 8 +-- .../instructor_dashboard_2.html | 4 +- lms/templates/navigation.html | 56 ++++++++++--------- lms/templates/vert_module.html | 2 +- lms/templates/wiki/article.html | 2 +- themes/edx.org/lms/templates/header.html | 32 ++++++----- 28 files changed, 130 insertions(+), 143 deletions(-) diff --git a/common/lib/xmodule/xmodule/css/html/display.scss b/common/lib/xmodule/xmodule/css/html/display.scss index 2d9ce69238..8c81516a64 100644 --- a/common/lib/xmodule/xmodule/css/html/display.scss +++ b/common/lib/xmodule/xmodule/css/html/display.scss @@ -15,7 +15,6 @@ h2 { font: normal 1.2em/1.2em $sans-serif; letter-spacing: 1px; margin-bottom: ($baseline*0.75); - text-transform: uppercase; -webkit-font-smoothing: antialiased; } @@ -289,4 +288,4 @@ th { } } } -} \ No newline at end of file +} diff --git a/common/static/common/templates/discussion/new-post.underscore b/common/static/common/templates/discussion/new-post.underscore index 11f1003781..8f6c8494ab 100644 --- a/common/static/common/templates/discussion/new-post.underscore +++ b/common/static/common/templates/discussion/new-post.underscore @@ -1,5 +1,5 @@
-

<%- gettext("Add a Post") %>

+

<%- gettext("Add a Post") %>

<% if (mode === 'inline') { %>