Skip to content

Preparing Final Report #4

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

Merged
merged 14 commits into from
Jul 4, 2014
Prev Previous commit
Next Next commit
Moving to cg-final css template.
  • Loading branch information
Dominik Röttsches committed Jul 2, 2014
commit 98a0f6a5bfdd6af8e9c1143174cdae29b366cab4
2 changes: 1 addition & 1 deletion Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</style>

<link rel=stylesheet
href="http://www.w3.org/community/src/css/spec/cg-draft.css" type="text/css">
href="http://www.w3.org/community/src/css/spec/cg-final.css" type="text/css">
<style type="text/css">
/* Note formatting taken from HTML5 spec */
.note { border-left-style: solid; border-left-width: 0.25em; background: none repeat scroll 0 0 #E9FBE9; border-color: #52E052; }
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
</style>

<link href="http://www.w3.org/community/src/css/spec/cg-draft.css" rel="stylesheet" type="text/css">
<link href="http://www.w3.org/community/src/css/spec/cg-final.css" rel="stylesheet" type="text/css">
<style type="text/css">
/* Note formatting taken from HTML5 spec */
.note { border-left-style: solid; border-left-width: 0.25em; background: none repeat scroll 0 0 #E9FBE9; border-color: #52E052; }
Expand Down