Skip to content

Commit 0dae1e5

Browse files
CopilotDRSDavidSoft
andcommitted
Remove outdated vendor prefixes from CSS
Co-authored-by: DRSDavidSoft <[email protected]>
1 parent 0360fcd commit 0dae1e5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

css/main.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ body > div.container, body > div.container-fluid {
2929
margin: 2em auto;
3030
padding: 0 0 2em 0;
3131
background-color: #fff;
32-
-webkit-box-shadow: 0 0 8px 3px #eee;
33-
-moz-box-shadow: 0 0 8px 3px #eee;
3432
box-shadow: 0 0 8px 3px #eee;
3533
}
3634
main > section {
@@ -97,10 +95,6 @@ h4 {
9795
font-size: 1.1em;
9896
outline: none;
9997
text-decoration: none;
100-
-webkit-transition: background-color 0.3s;
101-
-moz-transition: background-color 0.3s;
102-
-ms-transition: background-color 0.3s;
103-
-o-transition: background-color 0.3s;
10498
transition: background-color 0.3s;
10599
}
106100
.btn:active:focus {
@@ -246,8 +240,6 @@ ul ol {
246240

247241
body > div.container, body > div.container-fluid {
248242
background-color: #2a2a2a;
249-
-webkit-box-shadow: 0 0 8px 3px #000;
250-
-moz-box-shadow: 0 0 8px 3px #000;
251243
box-shadow: 0 0 8px 3px #000;
252244
}
253245

0 commit comments

Comments
 (0)