Adapt publication card to handle better the case when URL in authors, publication and paper are not used.

This commit is contained in:
Andrea Maiani 2024-12-09 10:47:06 +01:00
parent 70d49a0af5
commit abb78274f9
2 changed files with 21 additions and 1 deletions

View file

@ -24,6 +24,14 @@
float: right !important;
}
}
a[href] {
text-decoration: underline; /* Underline only when href is present */
}
a:not([href]) {
text-decoration: none; /* No underline when href is absent */
}
}
.card-body {