Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe0a56 commit ddb4f19Copy full SHA for ddb4f19
css/demo.css
@@ -19,7 +19,7 @@ body {
19
background: #222;
20
color: #fff;
21
-webkit-text-size-adjust: 100%;
22
- -ms-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
23
}
24
a {
25
color: orange;
@@ -37,8 +37,8 @@ input {
37
display: inline-block;
38
width: 100%;
39
-webkit-box-sizing: border-box;
40
- -moz-box-sizing: border-box;
41
- box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
42
padding: 10px;
43
margin: 0 0 10px;
44
@@ -57,7 +57,7 @@ input {
57
58
59
/* IE7 fixes */
60
-*+html textarea,
61
-*+html input {
+* + html textarea,
+* + html input {
62
width: 460px;
63
0 commit comments