dokuwiki-template-ad-hominem
dokuwiki-template-ad-hominem copied to clipboard
Links to PDF media files look bad since 2024-09-24
Since the 2024-09-24 release css/links.less contains
a.media:link,
a.media:visited {
display: block;
line-height: 0;
}
This breaks the formatting of several pages in our wiki where links to PDFs (and some other non-image formats) are inline in the text, because now these links are always displayed on a separate line. Do we really need to use display: block on all media links? The DokuWiki default template doesn't.