Skip to content

Commit

Permalink
guidelines/process, Fix stylesheet links
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Apr 12, 2019
1 parent e4883f6 commit 5a938fa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions guidelines/process.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Practical tips for task forces</title>
<link rel="stylesheet" type="text/css" href="../../International/style/article-display-2016.css" />
<link rel="stylesheet" type="text/css" href="../../i18n-drafts/style/article-2016.css" />
<style type="text/css">
h2 {
font-family: Arial, helvetica, sans-serif;
Expand Down Expand Up @@ -51,8 +51,13 @@
color: white;
background-color: orange;
}
pre {
margin-left: 7.5%;
}
}
</style>
<script type="text/javascript" src="../../International/javascript/toc_2016.js"></script>
<!--script type="text/javascript" src="../../International/javascript/toc_2016.js"></script-->
<script type="text/javascript" src="../../i18n-drafts/javascript/articletoc-html5.js"></script>
</head>

<body>
Expand Down

0 comments on commit 5a938fa

Please sign in to comment.