MediaWiki:Print.css: razlika med redakcijama

Iz Upravna Svetovalnica

Skoči na: navigacija, iskanje
Vrstica 1: Vrstica 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
.gumax-nav-heading {
li {
   background-color: red;
   background-color: red !important;
}
}

Redakcija: 16:12, 10. marec 2023

/* CSS placed here will affect the print output */
li {
  background-color: red !important;
}