Skip to content

Commit

Permalink
Remove defunct browser-specific CSS, 2nd pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcolawl committed Aug 26, 2023
1 parent 1ef924a commit fff65ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion style/moviesPageStyle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions style/non-minified/moviesPageStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
padding: 2%;
max-width: 80%;
color: #00C9FF;
-webkit-box-shadow: 3px 3px 1px #222222;
box-shadow: 3px 3px 1px #222222;
}

Expand All @@ -29,7 +28,6 @@
width: 100%;
max-width: 800px;
color: #00C9FF;
-webkit-box-shadow: 3px 3px 1px #222222;
box-shadow: 3px 3px 1px #222222;
}

Expand Down Expand Up @@ -112,7 +110,6 @@ pre {
height: 50px;
opacity: 1;
background: #555555;
-webkit-box-shadow: 0px 0px 10px 5px gba(205,0,255,0.8);
box-shadow: 0px 0px 10px 5px rgba(205,0,255,0.8);
}

Expand Down Expand Up @@ -150,7 +147,6 @@ pre {
padding: 1.5%;
max-width: 50%;
min-height: 2%;
-webkit-box-shadow: 3px 3px 1px #222222;
box-shadow: 3px 3px 1px #222222;
}

Expand Down

0 comments on commit fff65ab

Please sign in to comment.