MediaWiki:Common.css: Difference between revisions
Add rule for making an image span the full width of a page using class="cat-image-fullwidth" |
m add css trick to temp fix pagename |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/** CSS trick to fix page name**/ | |||
.mw-logo-container::before { | |||
font-weight: bold; | |||
content: "Consumer Action Taskforce"; | |||
} | |||
.mw-logo-wordmark{ | |||
display: none; | |||
} | |||
/** Hide extra footer notices **/ | /** Hide extra footer notices **/ |