Skip to content

Commit

Permalink
Hotfix/cs/help fonts casing (#189)
Browse files Browse the repository at this point in the history
* make help fonts all lowercase

* reorder help meta tags
  • Loading branch information
coleshaw authored Jan 8, 2018
1 parent 180dec4 commit bac98dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/html/layouts/help.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
<title>Clix Authoring Help</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Clix Authoring Help</title>
<meta name="description" content="Clix assessment activity">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Clix authoring help">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="help_styles.css" />
<link rel="stylesheet" href="/vendor/node_modules/video.js/dist/video-js.min.css" />
</head>
Expand Down

0 comments on commit bac98dd

Please sign in to comment.