Jump to content

MediaWiki:Common.css: Difference between revisions

From Benvenuti Music Library
Created page with "CSS placed here will be applied to all skins: a[href$=".pdf"] > img { height: 1em !important; vertical-align: text-bottom; }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


a[href$=".pdf"] > img {
#ca-talk {
    height: 1em !important;
  display: none !important;
    vertical-align: text-bottom;
}
}

Latest revision as of 00:38, 23 July 2025

/* CSS placed here will be applied to all skins */

#ca-talk {
  display: none !important;
}