1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Merge pull request #3525 from Simounet/fix/empty-card-title-link

Fix empty card title link
This commit is contained in:
Nicolas Lœuillet 2017-12-26 16:00:58 +01:00 committed by GitHub
commit 3473e600b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 58 additions and 85 deletions

View file

@ -25,7 +25,6 @@ main {
max-height: 80px;
font-size: 19px;
font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #313131;
}
.card-stacked .card-content .card-title {
@ -251,6 +250,10 @@ a.original:not(.waves-effect) {
float: right;
max-width: 6em;
}
.tags {
display: inline-block;
}
}
#content .collection .collection-item {