Skip to content

Commit 9da0c11

Browse files
committed
Format CSS using prettier.
1 parent 39743d9 commit 9da0c11

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

css/demo.css

Lines changed: 7 additions & 7 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,11 +37,11 @@ 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;
44-
font-family: "Lucida Console", Monaco, monospace;
44+
font-family: 'Lucida Console', Monaco, monospace;
4545
}
4646
.result {
4747
padding: 20px 40px;
@@ -66,10 +66,10 @@ input {
6666
}
6767

6868
/* IE7 fixes */
69-
*+html textarea,
70-
*+html input {
69+
* + html textarea,
70+
* + html input {
7171
width: 460px;
7272
}
73-
*+html .result {
73+
* + html .result {
7474
width: 400px;
7575
}

0 commit comments

Comments
 (0)