MediaWiki:Common.css: Difference between revisions

From Bonkler Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #ca-talk { display: none !important; }")
 
No edit summary
Line 2: Line 2:
#ca-talk {
#ca-talk {
     display: none !important;
     display: none !important;
}
.chart-canvas {
    width: 100%;
    max-width: 240px;
    height: auto;
}
}

Revision as of 07:39, 7 December 2023

/* CSS placed here will be applied to all skins */
#ca-talk {
    display: none !important;
}
.chart-canvas {
    width: 100%;
    max-width: 240px;
    height: auto;
}