MediaWiki:Common.css: Difference between revisions

From OpenJuris

code didn't work
Tags: Blanking Manual revert
trying another code
Line 1: Line 1:
 
/* Medik (Bootstrap): thinner sidebar */
.skin-medik #mw-navigation {
  flex: 0 0 16.666667%;  /* 2 columns instead of 3 on md+ */
  max-width: 16.666667%;
}

Revision as of 21:15, 17 December 2025

/* Medik (Bootstrap): thinner sidebar */
.skin-medik #mw-navigation {
  flex: 0 0 16.666667%;   /* 2 columns instead of 3 on md+ */
  max-width: 16.666667%;
}