Skip to content

Commit cce6e9b

Browse files
committed
Remove unused CSS from the reset, and fix insert to ins
ert_one.
1 parent e4ddce4 commit cce6e9b

File tree

63 files changed

+47
-299
lines changed

Some content is hidden

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

63 files changed

+47
-299
lines changed

curriculum/section14/lectures/02_adding_a_nav_bar/end/movie_library/static/css/reset.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,3 @@ h5,
6262
h6 {
6363
overflow-wrap: break-word;
6464
}
65-
/*
66-
9. Create a root stacking context
67-
*/
68-
#root,
69-
#__next {
70-
isolation: isolate;
71-
}

curriculum/section14/lectures/02_adding_a_nav_bar/start/movie_library/static/css/reset.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,3 @@ h5,
6262
h6 {
6363
overflow-wrap: break-word;
6464
}
65-
/*
66-
9. Create a root stacking context
67-
*/
68-
#root,
69-
#__next {
70-
isolation: isolate;
71-
}

curriculum/section14/lectures/03_adding_a_footer/end/movie_library/static/css/reset.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,3 @@ h5,
6262
h6 {
6363
overflow-wrap: break-word;
6464
}
65-
/*
66-
9. Create a root stacking context
67-
*/
68-
#root,
69-
#__next {
70-
isolation: isolate;
71-
}

curriculum/section14/lectures/03_adding_a_footer/start/movie_library/static/css/reset.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,3 @@ h5,
6262
h6 {
6363
overflow-wrap: break-word;
6464
}
65-
/*
66-
9. Create a root stacking context
67-
*/
68-
#root,
69-
#__next {
70-
isolation: isolate;
71-
}

curriculum/section14/lectures/04_putting_page_layout_together/end/movie_library/static/css/reset.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,3 @@ h5,
6262
h6 {
6363
overflow-wrap: break-word;
6464
}
65-
/*
66-
9. Create a root stacking context
67-
*/
68-
#root,
69-
#__next {
70-
isolation: isolate;
71-
}

curriculum/section14/lectures/04_putting_page_layout_together/start/movie_library/static/css/reset.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,3 @@ h5,
6262
h6 {
6363
overflow-wrap: break-word;
6464
}
65-
/*
66-
9. Create a root stacking context
67-
*/
68-
#root,
69-
#__next {
70-
isolation: isolate;
71-
}

curriculum/section14/lectures/05_toggle_dark_mode_css_variables/end/movie_library/static/css/reset.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,3 @@ h5,
6262
h6 {
6363
overflow-wrap: break-word;
6464
}
65-
/*
66-
9. Create a root stacking context
67-
*/
68-
#root,
69-
#__next {
70-
isolation: isolate;
71-
}

curriculum/section14/lectures/05_toggle_dark_mode_css_variables/start/movie_library/static/css/reset.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,3 @@ h5,
6262
h6 {
6363
overflow-wrap: break-word;
6464
}
65-
/*
66-
9. Create a root stacking context
67-
*/
68-
#root,
69-
#__next {
70-
isolation: isolate;
71-
}

curriculum/section14/lectures/06_create_form_with_wtforms/end/movie_library/static/css/reset.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,3 @@ h5,
6262
h6 {
6363
overflow-wrap: break-word;
6464
}
65-
/*
66-
9. Create a root stacking context
67-
*/
68-
#root,
69-
#__next {
70-
isolation: isolate;
71-
}

curriculum/section14/lectures/06_create_form_with_wtforms/start/movie_library/static/css/reset.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,3 @@ h5,
6262
h6 {
6363
overflow-wrap: break-word;
6464
}
65-
/*
66-
9. Create a root stacking context
67-
*/
68-
#root,
69-
#__next {
70-
isolation: isolate;
71-
}

0 commit comments

Comments
 (0)