Remove underline for entry action links

This commit is contained in:
Frédéric Guillot 2018-01-03 18:31:33 -08:00
parent ec63cbe7bb
commit 462b4a2642
2 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -573,6 +573,10 @@ article.feed-parsing-error {
margin-bottom: 20px;
}
.entry-actions a {
text-decoration: none;
}
.entry-actions li {
display: inline;
}