MediaWiki:Common.css: Difference between revisions

From CNES
(Overwrite Common.css)
 
No edit summary
Tag: Reverted
Line 2: Line 2:


.floatright { float: right };
.floatright { float: right };
.page-Main_Page #ca-talk {
  display: none !important;
  color: #efefef;
}

Revision as of 14:14, 21 June 2024

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

.floatright { float: right };


.page-Main_Page #ca-talk { 
   display: none !important;
   color: #efefef;
}