MediaWiki:Common.css: Difference between revisions

From Liberpedia
No edit summary
No edit summary
 
Line 7: Line 7:
position: relative;
position: relative;
}
}
 
/*
table.wikitable, .wikitable td, .wikitable th {
table.wikitable, .wikitable td, .wikitable th {
   border: 1px solid black;
   border: 1px solid black;
   border-collapse: collapse;
   border-collapse: collapse;
}
}
*/

Latest revision as of 17:23, 24 April 2023

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

li:has(> .allpagesredirect) {display: none}

div.tright, div.floatright, table.floatright {
z-index: 1;
position: relative;
}
/*
table.wikitable, .wikitable td, .wikitable th {
  border: 1px solid black;
  border-collapse: collapse;
}
*/