Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom.css to help files that don't include it #1920

Merged
merged 2 commits into from Mar 23, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions HelpSource/BrokenLink.html
Expand Up @@ -2,6 +2,7 @@
<head>
<title>Broken link</title>
<link rel='stylesheet' href='./scdoc.css' type='text/css' />
<link rel='stylesheet' href='./custom.css' type='text/css' />
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<noscript>
<p>Sorry, that link was broken..
Expand Down
1 change: 1 addition & 0 deletions HelpSource/Browse.html
Expand Up @@ -2,6 +2,7 @@
<head>
<title>Document Browser</title>
<link rel='stylesheet' href='./scdoc.css' type='text/css' />
<link rel='stylesheet' href='./custom.css' type='text/css' />
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<script src="docmap.js" type="text/javascript"></script>
<script src="scdoc.js" type="text/javascript"></script>
Expand Down
1 change: 1 addition & 0 deletions HelpSource/OldHelpWrapper.html
Expand Up @@ -2,6 +2,7 @@
<head>
<title>Old Help</title>
<link rel='stylesheet' href='./scdoc.css' type='text/css' />
<link rel='stylesheet' href='./custom.css' type='text/css' />
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<script src="scdoc.js" type="text/javascript"></script>
<style>
Expand Down
1 change: 1 addition & 0 deletions HelpSource/Overviews/Classes.html
Expand Up @@ -2,6 +2,7 @@
<head>
<title>Classes</title>
<link rel='stylesheet' href='../scdoc.css' type='text/css' />
<link rel='stylesheet' href='../custom.css' type='text/css' />
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<script src="../docmap.js" type="text/javascript"></script>
<script src="../scdoc.js" type="text/javascript"></script>
Expand Down
1 change: 1 addition & 0 deletions HelpSource/Overviews/Documents.html
Expand Up @@ -2,6 +2,7 @@
<head>
<title>Documents</title>
<link rel='stylesheet' href='../scdoc.css' type='text/css' />
<link rel='stylesheet' href='../custom.css' type='text/css' />
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<script src="../docmap.js" type="text/javascript"></script>
<script src="../scdoc.js" type="text/javascript"></script>
Expand Down
1 change: 1 addition & 0 deletions HelpSource/Overviews/Methods.html
Expand Up @@ -2,6 +2,7 @@
<head>
<title>Methods</title>
<link rel='stylesheet' href='../scdoc.css' type='text/css' />
<link rel='stylesheet' href='../custom.css' type='text/css' />
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<script src="../docmap.js" type="text/javascript"></script>
<script src="../scdoc.js" type="text/javascript"></script>
Expand Down
1 change: 1 addition & 0 deletions HelpSource/Search.html
Expand Up @@ -2,6 +2,7 @@
<head>
<title>Search</title>
<link rel='stylesheet' href='./scdoc.css' type='text/css' />
<link rel='stylesheet' href='./custom.css' type='text/css' />
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<script src="docmap.js" type="text/javascript"></script>
<script src="scdoc.js" type="text/javascript"></script>
Expand Down
1 change: 1 addition & 0 deletions HelpSource/syntax_colors.html
Expand Up @@ -2,6 +2,7 @@
<head>
<title>SCDoc syntax color test</title>
<link rel='stylesheet' href='./scdoc.css' type='text/css' />
<link rel='stylesheet' href='./custom.css' type='text/css' />
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<script src="prettify.js" type="text/javascript"></script>
<script src="lang-sc.js" type="text/javascript"></script>
Expand Down