-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from szepeviktor/ec
use lf line-endings
- Loading branch information
Showing
8 changed files
with
606 additions
and
584 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# https://EditorConfig.org | ||
|
||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 4 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
max_line_length = 120 | ||
|
||
eclint_block_comment_start = /* | ||
eclint_block_comment = * | ||
eclint_block_comment_end = */ | ||
|
||
[*.{php,js}] | ||
indent_style = tab | ||
|
||
[*.{yml,yaml}] | ||
indent_size = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ bin | |
vendor-bin | ||
docs | ||
.phpdoc | ||
dist | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
|
||
.recent-comments-list { | ||
list-style-type: none; | ||
padding-left: 0; | ||
margin-left: 0; | ||
} | ||
.recent-comments-list > li { | ||
margin-bottom: 0.7em; | ||
display: block; | ||
} | ||
.recent-comments-list .comment-date { | ||
font-size: 0.85em; | ||
opacity: 0.7; | ||
} | ||
.recent-comments-list .comment-date a { | ||
text-decoration: none; | ||
border-bottom: none; | ||
} | ||
.widget_recent_comments .recent-comments-list .comment-date { | ||
margin-top: 2px; | ||
} | ||
.recent-comments-list .comment-excerpt + .comment-date, .recent-comments-list .comment-post + .comment-date { | ||
display: block; | ||
margin-bottom: 1px; | ||
} | ||
.recent-comments-list.with-avatars .comment-wrap { | ||
position: relative; | ||
} | ||
.recent-comments-list.with-avatars .comment-avatar { | ||
position: absolute; | ||
left: 0; | ||
top: 4px; | ||
} | ||
.recent-comments-list.with-avatars, .recent-comments-list.with-avatars .recent-comment { | ||
list-style: none; | ||
padding-left: 0; | ||
margin-left: 0; | ||
} | ||
/* Some themes style lists with custom bullets using the ::before selector, so we account for that here */ | ||
.recent-comment::before { | ||
position: relative; | ||
vertical-align: top; | ||
display: inline-block; | ||
} | ||
.recent-comment .comment-wrap { | ||
display: inline-block; | ||
} | ||
.recent-comments-list.with-avatars .recent-comment::before { | ||
content: '' !important; | ||
text-indent: 0; | ||
padding: 0; | ||
margin: 0; | ||
} | ||
|
||
.recent-comments-list { | ||
list-style-type: none; | ||
padding-left: 0; | ||
margin-left: 0; | ||
} | ||
.recent-comments-list > li { | ||
margin-bottom: 0.7em; | ||
display: block; | ||
} | ||
.recent-comments-list .comment-date { | ||
font-size: 0.85em; | ||
opacity: 0.7; | ||
} | ||
.recent-comments-list .comment-date a { | ||
text-decoration: none; | ||
border-bottom: none; | ||
} | ||
.widget_recent_comments .recent-comments-list .comment-date { | ||
margin-top: 2px; | ||
} | ||
.recent-comments-list .comment-excerpt + .comment-date, .recent-comments-list .comment-post + .comment-date { | ||
display: block; | ||
margin-bottom: 1px; | ||
} | ||
.recent-comments-list.with-avatars .comment-wrap { | ||
position: relative; | ||
} | ||
.recent-comments-list.with-avatars .comment-avatar { | ||
position: absolute; | ||
left: 0; | ||
top: 4px; | ||
} | ||
.recent-comments-list.with-avatars, .recent-comments-list.with-avatars .recent-comment { | ||
list-style: none; | ||
padding-left: 0; | ||
margin-left: 0; | ||
} | ||
/* Some themes style lists with custom bullets using the ::before selector, so we account for that here */ | ||
.recent-comment::before { | ||
position: relative; | ||
vertical-align: top; | ||
display: inline-block; | ||
} | ||
.recent-comment .comment-wrap { | ||
display: inline-block; | ||
} | ||
.recent-comments-list.with-avatars .recent-comment::before { | ||
content: '' !important; | ||
text-indent: 0; | ||
padding: 0; | ||
margin: 0; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.