Skip to content

Commit 098d054

Browse files
committed
Update styles.css
code checker compliance (indentations and zero-no-unit)
1 parent 58b07be commit 098d054

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

styles.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
}
1616

1717
.block_socialcomments .ccomment-comments-subscribed-wrap .cc-switch {
18-
float: right;
18+
float: right;
1919
}
2020

2121
.block_socialcomments .ccomment-comments-count {
2222
display: none;
2323
}
2424

2525
.block_socialcomments .ccomment-form-textarea-wrap {
26-
position: relative;
26+
position: relative;
2727
}
2828

2929
/* Comments form */
@@ -38,7 +38,7 @@
3838

3939
.block_socialcomments #ccomment-form-action-cancel,
4040
.block_socialcomments #ccomment-form-action-post {
41-
padding: 0 .75rem;
41+
padding: 0 .75rem;
4242
}
4343

4444

@@ -55,8 +55,8 @@
5555
}
5656

5757
.block_socialcomments .ccomment-form-top {
58-
margin-bottom: 5px;
59-
margin-top: -10px;
58+
margin-bottom: 5px;
59+
margin-top: -10px;
6060
}
6161

6262
.block_socialcomments .ccomment-post {
@@ -68,10 +68,9 @@
6868

6969
.block_socialcomments .ccomment-reply-wrap:hover,
7070
.block_socialcomments .ccomment-post:hover {
71-
box-shadow: 2px 2px 4px 0px #ccc;
71+
box-shadow: 2px 2px 4px 0 #ccc;
7272
}
7373

74-
7574
.block_socialcomments .ccomment-post-content {
7675
line-height: 1.3;
7776
}

0 commit comments

Comments
 (0)