Remove underline for entry action links
This commit is contained in:
parent
ec63cbe7bb
commit
462b4a2642
2 changed files with 7 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -573,6 +573,10 @@ article.feed-parsing-error {
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.entry-actions a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.entry-actions li {
|
||||
display: inline;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue