MediaWiki:Common.css: Difference between revisions
imported>Samueldr m Ensures code-like stuff doesn't get hyphenated. |
imported>Samueldr m Fix for headers |
||
| Line 41: | Line 41: | ||
h5 { font-size: 1.8rem; } | h5 { font-size: 1.8rem; } | ||
h6 { font-size: 1.8rem; font-style: italic; } | h6 { font-size: 1.8rem; font-style: italic; } | ||
/* Fixes issue with headings in mediawiki "system" pages. */ | |||
.mw-headline { | |||
pointer-events: none; | |||
} | |||
/* Paragraph / text styles */ | /* Paragraph / text styles */ | ||