Skip to content

Commit ad4f2da

Browse files
authored
chore: adds missing css and fixes slide for lesson_01 (#29)
* chore: adds missing css Signed-off-by: Anthony D. Mays <[email protected]> * chore: adds missing css Signed-off-by: Anthony D. Mays <[email protected]> --------- Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 9046200 commit ad4f2da

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

slides/dist/reset.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/* http://meyerweb.com/eric/tools/css/reset/
2+
v4.0 | 20180602
3+
License: none (public domain)
4+
*/
5+
6+
html, body, div, span, applet, object, iframe,
7+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8+
a, abbr, acronym, address, big, cite, code,
9+
del, dfn, em, img, ins, kbd, q, s, samp,
10+
small, strike, strong, sub, sup, tt, var,
11+
b, u, i, center,
12+
dl, dt, dd, ol, ul, li,
13+
fieldset, form, label, legend,
14+
table, caption, tbody, tfoot, thead, tr, th, td,
15+
article, aside, canvas, details, embed,
16+
figure, figcaption, footer, header, hgroup,
17+
main, menu, nav, output, ruby, section, summary,
18+
time, mark, audio, video {
19+
margin: 0;
20+
padding: 0;
21+
border: 0;
22+
font-size: 100%;
23+
font: inherit;
24+
vertical-align: baseline;
25+
}
26+
/* HTML5 display-role reset for older browsers */
27+
article, aside, details, figcaption, figure,
28+
footer, header, hgroup, main, menu, nav, section {
29+
display: block;
30+
}

slides/src/Slides/Lessons/Lesson01.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ function Lesson01() {
5959
<h3>How to <em>choose</em> one</h3>
6060
<ul>
6161
<li style=${{'text-decoration': 'line-through', 'opacity': '.3'}}>Language support</li>
62-
<li style=${{'text-decoration': 'line-through', 'opacity': '.3'}}>Refactoring support</li>
6362
<li style=${{'text-decoration': 'line-through', 'opacity': '.3'}}>Extensibility</li>
63+
<li style=${{'text-decoration': 'line-through', 'opacity': '.3'}}>Refactoring support</li>
6464
<li>Whatever your boss tells you to use</li>
6565
</ul>
6666
</section>

0 commit comments

Comments
 (0)