Skip to content

Commit dc904d1

Browse files
committed
cleanup
1 parent 266b489 commit dc904d1

File tree

50 files changed

+14
-3943
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+14
-3943
lines changed

2-ui/2-events/03-event-delegation/4-behavior-tooltip/solution.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
border: 1px solid #b3c9ce;
1616
border-radius: 4px;
1717
text-align: center;
18-
font: italic 14px/1.3 arial, sans-serif;
18+
font: italic 14px/1.3 sans-serif;
1919
color: #333;
2020
background: #fff;
2121
box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);

2-ui/2-events/03-event-delegation/4-behavior-tooltip/source.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
border: 1px solid #b3c9ce;
1717
border-radius: 4px;
1818
text-align: center;
19-
font: italic 14px/1.3 arial, sans-serif;
19+
font: italic 14px/1.3 sans-serif;
2020
color: #333;
2121
background: #fff;
2222
box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);

2-ui/2-events/04-default-browser-action/3-image-gallery/solution.view/gallery.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
body {
22
margin: 0;
33
padding: 0;
4-
font: 75%/120% Arial, Helvetica, sans-serif;
4+
font: 75%/120% sans-serif;
55
}
66

77
h2 {
8-
font: bold 190%/100% Arial, Helvetica, sans-serif;
8+
font: bold 190%/100% sans-serif;
99
margin: 0 0 .2em;
1010
}
1111

1212
h2 em {
13-
font: normal 80%/100% Arial, Helvetica, sans-serif;
13+
font: normal 80%/100% sans-serif;
1414
color: #999999;
1515
}
1616

2-ui/2-events/04-default-browser-action/3-image-gallery/source.view/gallery.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
body {
22
margin: 0;
33
padding: 0;
4-
font: 75%/120% Arial, Helvetica, sans-serif;
4+
font: 75%/120% sans-serif;
55
}
66

77
h2 {
8-
font: bold 190%/100% Arial, Helvetica, sans-serif;
8+
font: bold 190%/100% sans-serif;
99
margin: 0 0 .2em;
1010
}
1111

1212
h2 em {
13-
font: normal 80%/100% Arial, Helvetica, sans-serif;
13+
font: normal 80%/100% sans-serif;
1414
color: #999999;
1515
}
1616

2-ui/2-events/04-default-browser-action/menu.view/menu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
outline: none;
1010
text-align: center;
1111
text-decoration: none;
12-
font: 14px/100% Arial, Helvetica, sans-serif;
12+
font: 14px/100% sans-serif;
1313
padding: .5em 2em .55em;
1414
text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
1515
border-radius: .5em;

2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/1-behavior-nested-tooltip/solution.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
border: 1px solid #b3c9ce;
1919
border-radius: 4px;
2020
text-align: center;
21-
font: italic 14px/1.3 arial, sans-serif;
21+
font: italic 14px/1.3 sans-serif;
2222
color: #333;
2323
background: #fff;
2424
box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);

2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/1-behavior-nested-tooltip/source.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
border: 1px solid #b3c9ce;
1919
border-radius: 4px;
2020
text-align: center;
21-
font: italic 14px/1.3 arial, sans-serif;
21+
font: italic 14px/1.3 sans-serif;
2222
color: #333;
2323
background: #fff;
2424
box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);

2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/2-hoverintent/solution.view/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ body {
3030
border: 1px solid #b3c9ce;
3131
border-radius: 4px;
3232
text-align: center;
33-
font: italic 14px/1.3 arial, sans-serif;
33+
font: italic 14px/1.3 sans-serif;
3434
color: #333;
3535
background: #fff;
3636
z-index: 100000;

2-ui/4-forms-controls/2-focus-blur/3-editable-div/solution.view/my.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.edit {
33
height: 150px;
44
width: 400px;
5-
font-family: arial;
5+
font-family: sans-serif;
66
font-size: 14px;
77
display: block;
88
}

2-ui/4-forms-controls/2-focus-blur/3-editable-div/source.view/my.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.edit {
33
height: 150px;
44
width: 400px;
5-
font-family: arial;
5+
font-family: sans-serif;
66
font-size: 14px;
77
display: block;
88
}

archive/01-hello-world/1-hello-alert/solution.md

Whitespace-only changes.

archive/01-hello-world/1-hello-alert/solution.view/index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

archive/01-hello-world/1-hello-alert/task.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

archive/01-hello-world/article.md

Lines changed: 0 additions & 90 deletions
This file was deleted.
-43.5 KB
Binary file not shown.
-83.2 KB
Binary file not shown.

archive/02-external-script/1-hello-alert-ext/alert.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

archive/02-external-script/1-hello-alert-ext/index.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

archive/02-external-script/1-hello-alert-ext/solution.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

archive/02-external-script/1-hello-alert-ext/task.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

archive/02-external-script/2-async-defer-first/solution.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

archive/02-external-script/2-async-defer-first/task.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)