Skip to content

Commit 7761a37

Browse files
committed
Added prefixes to CSS properties
1 parent 368d14d commit 7761a37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<title>Web Shell</title>
1414
<style>
1515
* {
16+
-webkit-box-sizing: border-box;
1617
box-sizing: border-box;
1718
}
1819

@@ -29,7 +30,7 @@
2930
pre,
3031
input,
3132
button {
32-
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
33+
border-radius: 5px;
3334
}
3435

3536
pre,
@@ -71,6 +72,8 @@
7172
}
7273

7374
.form-group {
75+
display: -webkit-box;
76+
display: -ms-flexbox;
7477
display: flex;
7578
padding: 15px 0;
7679
}

0 commit comments

Comments
 (0)