dokuwiki-template-ad-hominem icon indicating copy to clipboard operation
dokuwiki-template-ad-hominem copied to clipboard

Links to PDF media files look bad since 2024-09-24

Open s09bQ5 opened this issue 3 months ago • 5 comments

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.

s09bQ5 avatar Aug 27 '25 12:08 s09bQ5