Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
border: 1px solid #b3c9ce;
border-radius: 4px;
text-align: center;
font: italic 14px/1.3 arial, sans-serif;
font: italic 14px/1.3 sans-serif;
color: #333;
background: #fff;
box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
border: 1px solid #b3c9ce;
border-radius: 4px;
text-align: center;
font: italic 14px/1.3 arial, sans-serif;
font: italic 14px/1.3 sans-serif;
color: #333;
background: #fff;
box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
body {
margin: 0;
padding: 0;
font: 75%/120% Arial, Helvetica, sans-serif;
font: 75%/120% sans-serif;
}

h2 {
font: bold 190%/100% Arial, Helvetica, sans-serif;
font: bold 190%/100% sans-serif;
margin: 0 0 .2em;
}

h2 em {
font: normal 80%/100% Arial, Helvetica, sans-serif;
font: normal 80%/100% sans-serif;
color: #999999;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
body {
margin: 0;
padding: 0;
font: 75%/120% Arial, Helvetica, sans-serif;
font: 75%/120% sans-serif;
}

h2 {
font: bold 190%/100% Arial, Helvetica, sans-serif;
font: bold 190%/100% sans-serif;
margin: 0 0 .2em;
}

h2 em {
font: normal 80%/100% Arial, Helvetica, sans-serif;
font: normal 80%/100% sans-serif;
color: #999999;
}

Expand Down
2 changes: 1 addition & 1 deletion 2-ui/2-events/04-default-browser-action/menu.view/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
outline: none;
text-align: center;
text-decoration: none;
font: 14px/100% Arial, Helvetica, sans-serif;
font: 14px/100% sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
border-radius: .5em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
border: 1px solid #b3c9ce;
border-radius: 4px;
text-align: center;
font: italic 14px/1.3 arial, sans-serif;
font: italic 14px/1.3 sans-serif;
color: #333;
background: #fff;
box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
border: 1px solid #b3c9ce;
border-radius: 4px;
text-align: center;
font: italic 14px/1.3 arial, sans-serif;
font: italic 14px/1.3 sans-serif;
color: #333;
background: #fff;
box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body {
border: 1px solid #b3c9ce;
border-radius: 4px;
text-align: center;
font: italic 14px/1.3 arial, sans-serif;
font: italic 14px/1.3 sans-serif;
color: #333;
background: #fff;
z-index: 100000;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.edit {
height: 150px;
width: 400px;
font-family: arial;
font-family: sans-serif;
font-size: 14px;
display: block;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.edit {
height: 150px;
width: 400px;
font-family: arial;
font-family: sans-serif;
font-size: 14px;
display: block;
}
Expand Down
Empty file.
12 changes: 0 additions & 12 deletions archive/01-hello-world/1-hello-alert/solution.view/index.html

This file was deleted.

12 changes: 0 additions & 12 deletions archive/01-hello-world/1-hello-alert/task.md

This file was deleted.

92 changes: 0 additions & 92 deletions archive/01-hello-world/article.md

This file was deleted.

Binary file removed archive/01-hello-world/hello-world-render.png
Binary file not shown.
Binary file removed archive/01-hello-world/hello-world-render@2x.png
Binary file not shown.
1 change: 0 additions & 1 deletion archive/02-external-script/1-hello-alert-ext/alert.js

This file was deleted.

10 changes: 0 additions & 10 deletions archive/02-external-script/1-hello-alert-ext/index.html

This file was deleted.

8 changes: 0 additions & 8 deletions archive/02-external-script/1-hello-alert-ext/solution.md

This file was deleted.

9 changes: 0 additions & 9 deletions archive/02-external-script/1-hello-alert-ext/task.md

This file was deleted.

5 changes: 0 additions & 5 deletions archive/02-external-script/2-async-defer-first/solution.md

This file was deleted.

29 changes: 0 additions & 29 deletions archive/02-external-script/2-async-defer-first/task.md

This file was deleted.

Loading