Skip to content

Commit

Permalink
Drop redundant @type from <style>
Browse files Browse the repository at this point in the history
  • Loading branch information
anssiko committed Jun 10, 2015
1 parent cc32b4c commit 4964d8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
[data-anolis-spec]::after { content:"[" attr(data-anolis-spec) "]"; font-size:.6em; vertical-align:super; text-transform:uppercase }
}
</style>
<link rel="stylesheet" type="text/css" href=
<link rel="stylesheet" href=
"https://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
<style type="text/css">
<style>
/* 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; }
.note em, .warning em, .note i, .warning i { font-style: normal; }
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[data-anolis-spec]::after { content:"[" attr(data-anolis-spec) "]"; font-size:.6em; vertical-align:super; text-transform:uppercase }
}
</style>
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
<style type="text/css">
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet">
<style>
/* 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; }
.note em, .warning em, .note i, .warning i { font-style: normal; }
Expand Down

0 comments on commit 4964d8f

Please sign in to comment.