Skip to content
This repository was archived by the owner on Sep 25, 2021. It is now read-only.

Commit ddb4f19

Browse files
committed
Format demo CSS with prettier.
1 parent fbe0a56 commit ddb4f19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css/demo.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body {
1919
background: #222;
2020
color: #fff;
2121
-webkit-text-size-adjust: 100%;
22-
-ms-text-size-adjust: 100%;
22+
-ms-text-size-adjust: 100%;
2323
}
2424
a {
2525
color: orange;
@@ -37,8 +37,8 @@ input {
3737
display: inline-block;
3838
width: 100%;
3939
-webkit-box-sizing: border-box;
40-
-moz-box-sizing: border-box;
41-
box-sizing: border-box;
40+
-moz-box-sizing: border-box;
41+
box-sizing: border-box;
4242
padding: 10px;
4343
margin: 0 0 10px;
4444
}
@@ -57,7 +57,7 @@ input {
5757
}
5858

5959
/* IE7 fixes */
60-
*+html textarea,
61-
*+html input {
60+
* + html textarea,
61+
* + html input {
6262
width: 460px;
6363
}

0 commit comments

Comments
 (0)