MediaWiki:Common.css: Difference between revisions

From OKOS Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


tr.troubleshooting:nth-child(even) {
table.troubleshooting {
   background-color: #D6EEEE;
   border: 2px;
}
}

Latest revision as of 16:52, 10 March 2025

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

table.troubleshooting {
  border: 2px;
}