Skip to content

Commit c406ef4

Browse files
committed
Format files using biome (#29)
1 parent 6866bca commit c406ef4

File tree

2 files changed

+301
-251
lines changed

2 files changed

+301
-251
lines changed

media/commitfest/css/commitfest.css

+17-19
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,45 @@
44

55
/* For close button with float disabled */
66
.close-nofloat {
7-
float: none !important;
7+
float: none !important;
88
}
99

1010
/* General form styling */
1111
.form-horizontal div.form-group {
12-
margin-bottom: 10px;
12+
margin-bottom: 10px;
1313
}
1414
div.form-group div.controls ul {
15-
list-style-type: none;
16-
margin: 0px;
17-
padding: 0px;
15+
list-style-type: none;
16+
margin: 0px;
17+
padding: 0px;
1818
}
1919
div.form-group div.controls ul li {
20-
display: inline;
20+
display: inline;
2121
}
2222
div.form-group div.controls ul li label {
23-
display: inline;
24-
font-weight: normal;
25-
vertical-align:middle;
23+
display: inline;
24+
font-weight: normal;
25+
vertical-align: middle;
2626
}
2727
div.form-group div.controls ul li label input {
28-
display: inline;
29-
vertical-align:middle;
28+
display: inline;
29+
vertical-align: middle;
3030
}
31-
div.form-group div.controls input[type='checkbox'] {
32-
width: 10px;
31+
div.form-group div.controls input[type="checkbox"] {
32+
width: 10px;
3333
}
3434

3535
div.form-group div.controls input.threadpick-input {
36-
width: 80%;
37-
display: inline;
36+
width: 80%;
37+
display: inline;
3838
}
3939

40-
41-
4240
/*
4341
* Attach thread dialog
4442
*/
4543
#attachThreadListWrap.loading {
4644
display: block;
47-
background: url('/media/commitfest/spinner.gif') no-repeat center;
45+
background: url("/media/commitfest/spinner.gif") no-repeat center;
4846
width: 124px;
4947
height: 124px;
5048
margin: 0 auto;
@@ -57,7 +55,7 @@ div.form-group div.controls input.threadpick-input {
5755
* Annotate message dialog */
5856
#annotateMessageBody.loading {
5957
display: block;
60-
background: url('/media/commitfest/spinner.gif') no-repeat center;
58+
background: url("/media/commitfest/spinner.gif") no-repeat center;
6159
width: 124px;
6260
height: 124px;
6361
margin: 0 auto;

0 commit comments

Comments
 (0)