MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Scott Munro (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: #ca-talk { display:none!important; } #ca-history { display:none!important; }") |
imported>Scott.Munro mNo edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.user-show { | |||
display: none !important; | |||
} | |||
/* Allow MathJax CHTML to render extremely tall vertical delimiters */ | |||
mjx-container[jax="CHTML"] mjx-stretchy-v > mjx-ext > mjx-c { | |||
transform: scaleY(5000) translateY(.075em) !important; | |||
} | |||