MediaWiki:Timeless.css: Skilnad mellom versjonar

Frå Selje.info
Inkje endringssamandrag
Merke: Manuell attenderulling
Inkje endringssamandrag
Line 2: Line 2:


@media screen and (max-width: 10000px) {
@media screen and (max-width: 10000px) {
}
   .infobox {
   .infobox {
     width:100% !important;
     width:100% !important;
   }
   }
}

Versjonen frå 23. oktober 2022 kl. 10:24

/* All CSS here will be loaded for users of the Timeless skin */

@media screen and (max-width: 10000px) {
}
  .infobox {
    width:100% !important;
  }